Struct procfs::IoPressure
source · pub struct IoPressure {
pub some: PressureRecord,
pub full: PressureRecord,
}
Expand description
IO pressure information
Fields§
§some: PressureRecord
This record indicates the share of time in which at least some tasks are stalled
full: PressureRecord
This record indicates this share of time in which all non-idle tasks are stalled simultaneously.
Implementations§
source§impl IoPressure
impl IoPressure
sourcepub fn new() -> ProcResult<IoPressure>
pub fn new() -> ProcResult<IoPressure>
Get IO pressure information
Trait Implementations§
source§impl Clone for IoPressure
impl Clone for IoPressure
source§fn clone(&self) -> IoPressure
fn clone(&self) -> IoPressure
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more