UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

python3-psutil

psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by classic UNIX command line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.

Package info

Template:
Codename: python3-psutil
Source file: psutil-7.0.0.tar.gz
Source file size: 497003
Source file MD5-checkum: 1c074ff5828dff3a3ecfa0e0f9de2e63
Source directory: psutil-7.0.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/python-modules/psutil-7.0.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/python-modules/psutil-7.0.0.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: plasma.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
#

Build script:
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD

Install script:
pip3 install --no-index --find-links dist --no-user psutil