[][src]Struct libstorage::solidfire::ClusterStat

pub struct ClusterStat {
    pub actual_iops: u64,
    pub average_iop_size: u64,
    pub client_queue_depth: u64,
    pub cluster_utilization: f64,
    pub latency_u_sec: u64,
    pub normalized_iops: u64,
    pub read_bytes: u64,
    pub read_bytes_last_sample: u64,
    pub read_latency_u_sec: u64,
    pub read_latency_u_sec_total: u64,
    pub read_ops: u64,
    pub read_ops_last_sample: u64,
    pub sample_period_msec: u64,
    pub services_count: u64,
    pub services_total: u64,
    pub timestamp: String,
    pub unaligned_reads: u64,
    pub unaligned_writes: u64,
    pub write_bytes: u64,
    pub write_bytes_last_sample: u64,
    pub write_latency_u_sec: u64,
    pub write_latency_u_sec_total: u64,
    pub write_ops: u64,
    pub write_ops_last_sample: u64,
}

Fields

actual_iops: u64average_iop_size: u64client_queue_depth: u64cluster_utilization: f64latency_u_sec: u64normalized_iops: u64read_bytes: u64read_bytes_last_sample: u64read_latency_u_sec: u64read_latency_u_sec_total: u64read_ops: u64read_ops_last_sample: u64sample_period_msec: u64services_count: u64services_total: u64timestamp: Stringunaligned_reads: u64unaligned_writes: u64write_bytes: u64write_bytes_last_sample: u64write_latency_u_sec: u64write_latency_u_sec_total: u64write_ops: u64write_ops_last_sample: u64

Trait Implementations

impl IntoPoint for ClusterStat[src]

impl Debug for ClusterStat[src]

impl<'de> Deserialize<'de> for ClusterStat[src]

Auto Trait Implementations

impl Send for ClusterStat

impl Sync for ClusterStat

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> Same for T

type Output = T

Should always be Self