#wrapper #monitoring #api-bindings #system #sigar

sigar-rs

High level wrapper for sigar, on top of the crate sigar-sys

1 unstable release

Uses old Rust 2015

0.2.0 Nov 3, 2018

#137 in #monitoring

MIT license

1MB
29K SLoC

C 21K SLoC // 0.1% comments Rust 8K SLoC // 0.0% comments C++ 180 SLoC // 0.1% comments

sigar-rs

Crates.io

Docs

this is a high-level wrapper on top of sigar-sys.

Usage

Add this to your Cargo.toml

[dependencies]
sigar-rs = "0.1"

and this to your crate root:

extern crate sigar_rs;

Examples

see examples.

Contributing

PRs and issues are welcomed.


lib.rs:

Provides a high level wrapper of sigar

Dependencies