26 releases (14 stable)
3.2.0 | Sep 26, 2020 |
---|---|
3.1.0 | May 10, 2020 |
3.0.1 | Feb 12, 2020 |
2.0.0 | Feb 4, 2020 |
0.8.2 | Mar 30, 2015 |
9,551 downloads per month
Used in less than 9 crates
155KB
5K
SLoC
rust-psutil
A process and system monitoring library for Rust, heavily inspired by the psutil module for Python.
Usage
Add this to your Cargo.toml
:
[dependencies]
psutil = "3.2.0"
Or to only use certain submodules:
[dependencies]
psutil = { version = "3.2.0", default-features = false, features = ["cpu", "process"] }
Platform Support
Currently, only Linux and macOS are supported, but support is planned for all major platforms.
platform-support details the implementation level of each platform.
Apps using rust-psutil
Related projects
Dependencies
~1.5–2.1MB
~45K SLoC