A process monitoring library for Rust, heavily inspired by the psutil module for Python.
Note that it only works on Linux.
The examples can be run using cargo run --example <name>
:
cargo run --example status
cargo run --example ps
rust-psutil
is licenced under the MIT Licence.
Originally written by Sam Clements, maintained by Sam Clements and Rob Day, and developed by multiple contributors.
rust-psutil
has no connection to these projects, but you might find them useful.