wok-current diff python-psutil/description.txt @ rev 25601
use gcc49-lib-base for openldap-dev
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Sep 01 12:04:33 2023 +0000 (16 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-psutil/description.txt Fri Sep 01 12:04:33 2023 +0000 1.3 @@ -0,0 +1,9 @@ 1.4 +psutil (process and system utilities) is a cross-platform library for 1.5 +retrieving information on running processes and system utilization 1.6 +(CPU, memory, disks, network, sensors) in Python. 1.7 +It is useful mainly for system monitoring, profiling and limiting process 1.8 +resources and management of running processes. 1.9 +It implements many functionalities offered by classic UNIX command line 1.10 +tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others. 1.11 + 1.12 +Supported Python versions are 2.6, 2.7, 3.4+ and PyPy.