psutil: Python library to retrieve information on processes and system utilization

Description

psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python.

License

3-clause BSD license

Type

standard

Version Information

package-version.txt:

5.2.0.p2

install-requires.txt:

psutil >=5.2.0

Equivalent System Packages

conda:

$ conda install psutil

opensuse:

$ sudo zypper install psutil

See https://repology.org/project/psutil/versions

However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see https://trac.sagemath.org/ticket/29023