Struct nix::sys::sysinfo::SysInfo [−][src]
#[repr(transparent)]pub struct SysInfo(_);
Expand description
System info structure returned by sysinfo
.
Implementations
Returns the load average tuple.
The returned values represent the load average over time intervals of 1, 5, and 15 minutes, respectively.
Current number of processes.
Returns the amount of swap memory in Bytes.
Returns the amount of completely unused RAM in Bytes.
“Unused” in this context means that the RAM in neither actively used by programs, nor by the operating system as disk cache or buffer. It is “wasted” RAM since it currently serves no purpose.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SysInfo
impl UnwindSafe for SysInfo
Blanket Implementations
Mutably borrows from an owned value. Read more