csb/psutil/slack-desc
Willy Sudiarto Raharjo ea9160ab25
psutil: Added.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
2017-11-05 22:59:47 +07:00

12 lines
648 B
Text

|-----handy-ruler------------------------------------------------------|
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: Homepage: http://code.google.com/p/psutil/
psutil: