Struct systemstat::platform::linux::PlatformImpl [] [src]

pub struct PlatformImpl;

Trait Implementations

impl Platform for PlatformImpl
[src]

An implementation of Platform for Linux. See Platform for documentation.

Returns a delayed vector of CPU load statistics, one object per CPU (core). Read more

Returns a load average object.

Returns a memory information object.

Returns a battery life information object.

Returns whether AC power is plugged in.

Returns a vector of filesystem mount information objects.

Returns a filesystem mount information object for the filesystem at a given path.

Returns a map of network intefrace information objects. Read more

Returns a delayed CPU load statistics object, average over all CPUs (cores). Read more