From 6eacc1c8278334f5cae9120182fdc2080994a196 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 25 Nov 2022 20:59:27 +0700 Subject: python/python2-psutil: Added (python interface). Signed-off-by: Willy Sudiarto Raharjo --- python/python2-psutil/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python2-psutil/README (limited to 'python/python2-psutil/README') diff --git a/python/python2-psutil/README b/python/python2-psutil/README new file mode 100644 index 0000000000..b5cc3863a4 --- /dev/null +++ b/python/python2-psutil/README @@ -0,0 +1,8 @@ +python2-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. + +Optional dependencies: mock and ipaddress -- cgit v1.2.3