pub struct UsageReport {
Show 20 fields pub cpu_util: f64, pub cpu_sys: f64, pub cpu_usage: f64, pub cpu_usage_sys: f64, pub cpu_usage_base: f64, pub mem_bytes: u64, pub swap_bytes: u64, pub swap_free: u64, pub io_rbytes: u64, pub io_wbytes: u64, pub io_rbps: u64, pub io_wbps: u64, pub io_usage: f64, pub io_util: f64, pub cpu_stalls: (f64, f64), pub mem_stalls: (f64, f64), pub io_stalls: (f64, f64), pub cpu_pressures: (f64, f64), pub mem_pressures: (f64, f64), pub io_pressures: (f64, f64),
}

Fields

cpu_util: f64cpu_sys: f64cpu_usage: f64cpu_usage_sys: f64cpu_usage_base: f64mem_bytes: u64swap_bytes: u64swap_free: u64io_rbytes: u64io_wbytes: u64io_rbps: u64io_wbps: u64io_usage: f64io_util: f64cpu_stalls: (f64, f64)mem_stalls: (f64, f64)io_stalls: (f64, f64)cpu_pressures: (f64, f64)mem_pressures: (f64, f64)io_pressures: (f64, f64)

Trait Implementations

Performs the += operation. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the /= operation. Read more

Serialize this value into the given Serde serializer. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.