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

python-psutil

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 the latest version of python-psutil as follows:

guix install python-psutil

Or install a particular version:

guix install python-psutil@5.9.2

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.

Badge code

You can use the following badge to inform users of python-psutil about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-psutil'><img src='https://packages.guix.gnu.org/packages/python-psutil/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-psutil/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-psutil)

Example Org:

[[https://packages.guix.gnu.org/packages/python-psutil][https://packages.guix.gnu.org/packages/python-psutil/badges/latest-version.svg]]