mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/psutil: Cleaned up slack-desc formatting.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
18a5062fbf
commit
8fbe3e39aa
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
psutil: psutil
|
||||
psutil:
|
||||
psutil: psutil (python interface for process and system info)
|
||||
psutil:
|
||||
psutil: psutil is a module providing an interface for retrieving information
|
||||
psutil: on all running processes and system utilization (CPU, memory, disks,
|
||||
psutil: network, users) in a portable way by using Python, implementing many
|
||||
psutil: functionalities offered by command line tools such as: ps, top, df,
|
||||
psutil: kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop,
|
||||
psutil: uptime, pidof, tty, who, taskset, and pmap
|
||||
psutil:
|
||||
psutil:
|
||||
psutil: Homepage: http://code.google.com/p/psutil/
|
||||
psutil:
|
||||
|
|
Loading…
Reference in a new issue