

psutil
12 likes
psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df...
License model
- Free • Open Source
Application type
Country of Origin
Italy
EU
Platforms
- Mac
- Windows
- Linux
- BSD
Features
psutil News & Activities
Highlights All activities
Recent activities
- medvardsen liked psutil
- POX added psutil as alternative to jdSystemMonitor
Comments and Reviews
Notice that it's a programming library for Python, and that it doesn't provide a user interface by iteself. Ports exist for other programming languages (links on the project webpage): Go, C, Node, Rust, Ruby and Nim (as of 8th November 2017).
The library have some permission issues on MacOS.