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

Fields

failed_flush_operations: i32unmap_merged: i32account_invalid: boolwr_merged: i32invalid_flush_operations: i32failed_rd_operations: i32invalid_rd_operations: i32wr_bytes: i32flush_operations: i32unmap_bytes: i32wr_operations: i32unmap_operations: i32flush_total_time_ns: i32wr_latency_histogram: Option<BlockLatencyHistogramInfo>wr_highest_offset: i32invalid_wr_operations: i32rd_merged: i32rd_operations: i32rd_total_time_ns: i32timed_stats: Vec<BlockDeviceTimedStats>account_failed: boolrd_bytes: i32idle_time_ns: Option<i32>rd_latency_histogram: Option<BlockLatencyHistogramInfo>flush_latency_histogram: Option<BlockLatencyHistogramInfo>wr_total_time_ns: i32failed_unmap_operations: i32failed_wr_operations: i32unmap_total_time_ns: i32invalid_unmap_operations: i32

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

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.