--- id: psutil version: "7.2.2" license: BSD-3-Clause license_treatment: permissive maintenance: active --- # psutil — Cross-platform lib for process and system monitoring. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install psutil uv add psutil poetry add psutil ## Description | |downloads| |stars| |forks| |contributors| |packages| | |version| |license| |stackoverflow| |twitter| |tidelift| | |github-actions-wheels| |github-actions-bsd| .. |downloads| image:: https://img.shields.io/pypi/dm/psutil.svg :target: https://clickpy.clickhouse.com/dashboard/psutil :alt: Downloads .. |stars| image:: https://img.shields.io/github/stars/giampaolo/psutil.svg :target: https://github.com/giampaolo/psutil/stargazers :alt: Github stars .. |forks| image:: https://img.shields.io/github/forks/giampaolo/psutil.svg :target: https://github.com/giampaolo/psutil/network/members :alt: Github forks .. |contributors| image:: https://img.shields.io/github/contributors/giampaolo/psutil.svg :target: https://github.com/giampaolo/psutil/graphs/contributors :alt: Contributors .. |stackoverflow| image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg :target: https://stackoverflow.com/questions/tagged/psutil :alt: Stackoverflow .. |github-actions-wheels| image:: https://img.shields.io/github/actions/workflow/status/giampaolo/psutil/.github/workflows/build.yml.svg?label=Linux%2C%20macOS%2C%20Windows :target:... ## AI interpretation — verify before relying psutil retrieves information on running processes and system utilization (CPU, memory, disks, network, sensors) across Linux, Windows, macOS, BSD, Solaris, and AIX, enabling system monitoring, process profiling, and resource management. Verdict: psutil is a stable, actively maintained, top_1000 PyPI package with no known vulnerabilities and zero runtime dependencies. Its permissive BSD-3-Clause license and broad platform support make it a low-friction choice for system monitoring. Medium install friction is offset by comprehensive pre-built wheels and strong community adoption. [View on SkillFed](https://skillfed.io/packages/psutil) · [View on PyPI](https://pypi.org/project/psutil/)