//! Module related to system load.
use ;
use getloadavg;
/// Returns 3 load average from the system.
///
/// These 3 loads represent the averages over the last 1, 5 and 15 minutes, respectively.
///
/// # Errors
/// If a internal call set a errno (I/O OS error), an error variant will be returned.