pub struct BlockDeviceStats {
Show 30 fields pub flush_latency_histogram: Option<BlockLatencyHistogramInfo>, pub idle_time_ns: Option<i64>, pub rd_latency_histogram: Option<BlockLatencyHistogramInfo>, pub wr_latency_histogram: Option<BlockLatencyHistogramInfo>, pub account_failed: bool, pub account_invalid: bool, pub failed_flush_operations: i64, pub failed_rd_operations: i64, pub failed_unmap_operations: i64, pub failed_wr_operations: i64, pub flush_operations: i64, pub flush_total_time_ns: i64, pub invalid_flush_operations: i64, pub invalid_rd_operations: i64, pub invalid_unmap_operations: i64, pub invalid_wr_operations: i64, pub rd_bytes: i64, pub rd_merged: i64, pub rd_operations: i64, pub rd_total_time_ns: i64, pub timed_stats: Vec<BlockDeviceTimedStats>, pub unmap_bytes: i64, pub unmap_merged: i64, pub unmap_operations: i64, pub unmap_total_time_ns: i64, pub wr_bytes: i64, pub wr_highest_offset: i64, pub wr_merged: i64, pub wr_operations: i64, pub wr_total_time_ns: i64,
}

Fields

flush_latency_histogram: Option<BlockLatencyHistogramInfo>idle_time_ns: Option<i64>rd_latency_histogram: Option<BlockLatencyHistogramInfo>wr_latency_histogram: Option<BlockLatencyHistogramInfo>account_failed: boolaccount_invalid: boolfailed_flush_operations: i64failed_rd_operations: i64failed_unmap_operations: i64failed_wr_operations: i64flush_operations: i64flush_total_time_ns: i64invalid_flush_operations: i64invalid_rd_operations: i64invalid_unmap_operations: i64invalid_wr_operations: i64rd_bytes: i64rd_merged: i64rd_operations: i64rd_total_time_ns: i64timed_stats: Vec<BlockDeviceTimedStats>unmap_bytes: i64unmap_merged: i64unmap_operations: i64unmap_total_time_ns: i64wr_bytes: i64wr_highest_offset: i64wr_merged: i64wr_operations: i64wr_total_time_ns: i64

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. 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 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.