summaryrefslogtreecommitdiffstats
path: root/python/python2-psutil/slack-desc
blob: 1e20a1681af450a346cbbc9ae394f03b4ea975f1 (plain)
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

              |-----handy-ruler------------------------------------------------------|
python2-psutil: python2-psutil (python interface for process and system info)
python2-psutil:
python2-psutil: psutil is a module providing an interface for retrieving information
python2-psutil: on all running processes and system utilization (CPU, memory, disks,
python2-psutil: network, users) in a portable way by using Python, implementing many
python2-psutil: functionalities offered by command line tools such as: ps, top, df,
python2-psutil: kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop,
python2-psutil: uptime, pidof, tty, who, taskset, and pmap
python2-psutil:
python2-psutil: Homepage: https://github.com/giampaolo/psutil
python2-psutil: