Function sys_metrics::cpu::get_loadavg[][src]

pub fn get_loadavg() -> Result<LoadAvg, Error>
Expand description

Returns the LoadAvg over the last 1, 5 and 15 minutes.

In Linux, the LoadAvg is technically believed to be a running average of processes in it’s (kernel) execution queue tagged as running or uninterruptible.