psutil 1.3.1

Process monitoring library
Documentation

rust-psutil

A process monitoring library for Rust, heavily inspired by the psutil module for Python.

Note that it only works on Linux.

Run examples

The examples can be run using cargo run --example <name>:

cargo run --example status
cargo run --example ps

Licence

rust-psutil is licenced under the MIT Licence.

Authors

Written by Sam Clements.