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

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 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.