Struct readings_probe::OsReadings[][src]

pub struct OsReadings {
    pub virtual_size: u64,
    pub resident_size: u64,
    pub resident_size_max: u64,
    pub user_time: Duration,
    pub system_time: Duration,
    pub minor_fault: u64,
    pub major_fault: u64,
}

Fields

virtual_size: u64

Process virtual size

resident_size: u64

Process resident size

resident_size_max: u64

Process resident size high-water mark

user_time: Duration

CPU Time in userland (in s)

system_time: Duration

CPU Time in kernel (in s)

minor_fault: u64

Minor faults counter

major_fault: u64

Minor faults counter

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.