Contents

psutil 5.9.8

0

Cross-platform lib for process and system monitoring in Python.

Cross-platform lib for process and system monitoring in Python.

Stars: 9893, Watchers: 9893, Forks: 1354, Open Issues: 305

The giampaolo/psutil repo was created 9 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 9893 github stars!

How to Install psutil

You can install psutil using pip

pip install psutil

or add it to a project with poetry

poetry add psutil

Package Details

Author
Giampaolo Rodola
License
BSD-3-Clause
Homepage
https://github.com/giampaolo/psutil
PyPi:
https://pypi.org/project/psutil/
GitHub Repo:
https://github.com/giampaolo/psutil

Classifiers

  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
  • System/Benchmark
  • System/Hardware
  • System/Hardware/Hardware Drivers
  • System/Monitoring
  • System/Networking
  • System/Networking/Monitoring
  • System/Networking/Monitoring/Hardware Watchdog
  • System/Operating System
  • System/Systems Administration
  • Utilities
No  psutil  pypi packages just yet.

Errors

A list of common psutil errors.

Code Examples

Here are some psutil code examples and snippets.

GitHub Issues

The psutil package has 305 open issues on GitHub

  • Fix typos
  • [Solaris 11.4] Python 3.5, psutil installation failed
  • Properly attribute ntextapi symbols as extern
  • [Windows] getloadavg() returns (0.0, 0.0, 0.0)
  • [Linux] Properly raise ZombieProcess in exe() method
    • Adding patch from issue #1989 to correct cpu_percent on thread ID
  • [FreeBSD] add sensors_battery() support
  • typo
  • Fix a typo in the README
  • Multiply cpuinfo reported frequency by 1000
  • [Linux] Illegal instruction error when trying to import psutils
  • [Linux] 5.9.0: pytest is failing
  • [Windows 10] Get package name of UWP process
  • chore: update cibuildwheel
  • Drop Python 2.6 support

See more issues on GitHub

Related Packages & Articles

colorama 0.4.6

ANSI escape character sequences have long been used to produce colored terminal text and cursor positioning on Unix and Macs . Colorama makes this work on Windows, too, by stripping ANSI sequences it finds (which would appear as gobbledygook in the output) into win32 calls to modify the state of the terminal. Colorama has no requirements other than the standard library.