pub type sysinfo = linux_sysinfo;Aliased Type§
#[repr(C)]pub struct sysinfo {}Fields§
§uptime: i64Seconds since boot
loads: [u64; 3]1, 5, and 15 minute load averages
totalram: u64Total usable main memory size
freeram: u64Available memory size
Amount of shared memory
bufferram: u64Memory used by buffers
totalswap: u64Total swap space size
freeswap: u64swap space still available
procs: u16Number of current processes
pad: u16Explicit padding for m68k
totalhigh: u64Total high memory size
freehigh: u64Available high memory size
mem_unit: u32Memory unit size in bytes
l_f: [i8; 0]Padding: libc5 uses this..