r3nic1e / rust-psutil

A process monitoring library for rust

Home Page:http://borntyping.github.io/rust-psutil/psutil/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-psutil

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

  • Source on GitHub <https://github.com/borntyping/rust-psutil>_
  • Packages on Crates.io <https://crates.io/crates/psutil>_
  • Builds on Travis CI <https://travis-ci.org/borntyping/rust-psutil>_

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.

About

A process monitoring library for rust

http://borntyping.github.io/rust-psutil/psutil/


Languages

Language:Rust 100.0%