Function sysmonk::resources::info::get_disk_usage

source ·
pub fn get_disk_usage(system: &System) -> u64
Expand description

Function to get total disk usage.

§Arguments

  • system - A reference to the System struct.

§Returns

A u64 value containing the total disk usage.