wok view python-psutil/description.txt @ rev 25770
dool,fake-hwclock,gtkam,xfce4-*-plugin,xlogo: add current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 06 11:29:23 2024 +0000 (2 months ago) |
parents | |
children |
line source
1 psutil (process and system utilities) is a cross-platform library for
2 retrieving information on running processes and system utilization
3 (CPU, memory, disks, network, sensors) in Python.
4 It is useful mainly for system monitoring, profiling and limiting process
5 resources and management of running processes.
6 It implements many functionalities offered by classic UNIX command line
7 tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.
9 Supported Python versions are 2.6, 2.7, 3.4+ and PyPy.