wok-current annotate python-psutil/description.txt @ rev 25226
updated python-pynacl (1.3.0 -> 1.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 16:46:32 2022 +0100 (2022-07-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. |