psutil 3.0.0

Process and system monitoring library
Documentation

rust-psutil

Latest Version Latest Version Minimum rustc version Matrix

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 = "2.0.0"

Or to opt into only a certain submodule:

[dependencies]
psutil = { version = "2.0.0", default-features = false, features = ["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.

License

rust-psutil is licensed under the MIT License.

Authors

Originally written by Sam Clements, maintained by Sam Clements, Rob Day, and Caleb Bassi, and developed by multiple contributors.

Apps using rust-psutil

Related projects