psutil
https://github.com/giampaolo/psutil
Python
Cross-platform lib for process and system monitoring in Python
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to psutil
Help out
- Issues
- Fix macOS CPU utilization zeroes caused by cached host statistics
- Fix #2477: skip temporarily unavailable Linux temperature sensors
- [FreeBSD] freebsd/sensors.c: Unhandled error from sysctlbyname on systems without coretemp (eg anything AMD)
- Reject bool for pid, nice, interval, and timeout
- [Windows] disk_io_counters() returns read_time/write_time in seconds instead of milliseconds
- Fix #3002: [Windows] disk_io_counters() return read_time/write_time in ms, not seconds
- Popen.__getattribute__(): don't recurse if __init__() failed
- Linux: Fix `test_io_counters` on kernels without `CONFIG_TASK_IO_ACCOUNTING`
- Document that process_iter() also swallows ZombieProcess during pre-fetch
- fix: process_iter() no longer skips reused PIDs for one iteration
- Docs
- Python not yet supported