use crateLoadAvg;
use ;
use Error;
/// 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.
///
/// [LoadAvg]: ../cpu/struct.LoadAvg.html