wok-6.x diff python-psutil/description.txt @ rev 25527

created recipes for libmpack and libmpack-dev 1.0.5
author Hans-G?nter Theisgen
date Sat Feb 25 07:28:19 2023 +0100 (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	Sat Feb 25 07:28:19 2023 +0100
     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.