This package browser is in early development. Mind the rough edges.

python-psutil 7.0.0

Library for retrieving information on running processes

psutil (Python system and process utilities) is a library for retrieving information on running processes and system utilization (CPU, memory, disks, network) 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 command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap.

Installation

Install python-psutil 7.0.0 as follows:

guix install python-psutil@7.0.0

Or install the latest version:

guix install python-psutil

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.