wok-6.x annotate python-psutil/description.txt @ rev 25559

updated xfce4-ristretto 0.6.3 -> 0.8.5
author Hans-G?nter Theisgen
date Tue Apr 25 15:16:20 2023 +0100 (14 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.