Function libuv::misc::loadavg

source ·
pub fn loadavg() -> [f64; 3]
Expand description

Gets the load average. See: https://en.wikipedia.org/wiki/Load_(computing)

Note: Returns [0,0,0] on Windows (i.e., it’s not implemented).