wok annotate python-psutil/description.txt @ rev 25320

updated sqlite, sqlite-dev, libsqlite and libsqlite-tcl (3.32.1 -> 3.39.2)
author Hans-G?nter Theisgen
date Fri Jul 22 07:37:22 2022 +0100 (23 months ago)
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.