Struct below_model::system::VmModel [−][src]
pub struct VmModel {
pub pgpgin_per_sec: Option<f64>,
pub pgpgout_per_sec: Option<f64>,
pub pswpin_per_sec: Option<f64>,
pub pswpout_per_sec: Option<f64>,
pub pgsteal_kswapd: Option<u64>,
pub pgsteal_direct: Option<u64>,
pub pgscan_kswapd: Option<u64>,
pub pgscan_direct: Option<u64>,
pub oom_kill: Option<u64>,
}
Fields
pgpgin_per_sec: Option<f64>
pgpgout_per_sec: Option<f64>
pswpin_per_sec: Option<f64>
pswpout_per_sec: Option<f64>
pgsteal_kswapd: Option<u64>
pgsteal_direct: Option<u64>
pgscan_kswapd: Option<u64>
pgscan_direct: Option<u64>
oom_kill: Option<u64>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for VmModel
impl UnwindSafe for VmModel
Blanket Implementations
Mutably borrows from an owned value. Read more