Struct sys_info::LoadAvg [] [src]

#[repr(C)]
pub struct LoadAvg { pub one: f64, pub five: f64, pub fifteen: f64, }

System load average value.

Fields

Average load within one minite.

Average load within five minites.

Average load within fifteen minites.

Trait Implementations

impl Debug for LoadAvg
[src]

[src]

Formats the value using the given formatter.