aboutsummaryrefslogtreecommitdiff
path: root/python/python3-psutil/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-11-25 20:42:59 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-25 20:42:59 +0700
commit56e8e00ef6750d0696c0736af95298d774356756 (patch)
treea61b435ffc129b8bb762aaed5764e3281d1e5913 /python/python3-psutil/README
parent714c934d4a2f8f3084bb0aff5c3ed665fc8789e5 (diff)
python/python3-psutil: Added (python interface process).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psutil/README')
-rw-r--r--python/python3-psutil/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-psutil/README b/python/python3-psutil/README
new file mode 100644
index 0000000000..8bc631773b
--- /dev/null
+++ b/python/python3-psutil/README
@@ -0,0 +1,6 @@
+python3-psutil is a module providing an interface for retrieving
+information on all running processes and system utilization (CPU,
+memory, disks, network, users) in a portable way by using Python,
+implementing many functionalities offered by command line tools such
+as: ps, top, df, kill, free, lsof, netstat, ifconfig, nice, ionice,
+iostat, iotop, uptime, pidof, tty, who, taskset, and pmap.