wok-current
annotate python-psutil/description.txt @ rev 25474
openjdk-6-src: use find from findutils in place of busybox find
author |
Hans-G?nter Theisgen |
date |
Thu Oct 13 16:42:57 2022 +0100 (2022-10-13) |
parents |
|
children |
|
rev |
line source |
Hans-G?nter@25220
|
1 psutil (process and system utilities) is a cross-platform library for
|
Hans-G?nter@25220
|
2 retrieving information on running processes and system utilization
|
Hans-G?nter@25220
|
3 (CPU, memory, disks, network, sensors) in Python.
|
Hans-G?nter@25220
|
4 It is useful mainly for system monitoring, profiling and limiting process
|
Hans-G?nter@25220
|
5 resources and management of running processes.
|
Hans-G?nter@25220
|
6 It implements many functionalities offered by classic UNIX command line
|
Hans-G?nter@25220
|
7 tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.
|
Hans-G?nter@25220
|
8
|
Hans-G?nter@25220
|
9 Supported Python versions are 2.6, 2.7, 3.4+ and PyPy.
|