Crate systemstat [] [src]

This library provides a way to access system information such as CPU load, mounted filesystems, network interfaces, etc.

Reexports

pub use self::platform::Platform;
pub use self::platform::PlatformImpl as System;
pub use self::data::*;

Modules

data

This module provides the data structures that represent system information.

platform

This module reexports the OS-specific module that actually implements Platform.