pub fn host_cpu_usage(interval: Duration) -> Result<f64>
Calculate overall host CPU usage percentage over a sampling interval.
The returned value is in the range [0.0, 100.0].