From 56e8e00ef6750d0696c0736af95298d774356756 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 25 Nov 2022 20:42:59 +0700 Subject: python/python3-psutil: Added (python interface process). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-psutil/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-psutil/README (limited to 'python/python3-psutil/README') 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. -- cgit v1.2.3