pub fn get_formatted_loadavg() -> UResult<String>Expand description
Get the system load average in a human-readable format
§Returns
Returns a UResult with the load average in a human-readable format if successful, otherwise an UptimeError. e.g. “load average: 0.00, 0.00, 0.00”