[][src]Struct libstorage::vmax::FeDirectorMetrics

pub struct FeDirectorMetrics {
    pub avg_wpdisc_time: f64,
    pub avg_read_miss_response_time: f64,
    pub percent_busy: f64,
    pub host_ios: f64,
    pub host_mbs: f64,
    pub reqs: f64,
    pub read_reqs: f64,
    pub write_reqs: f64,
    pub hit_reqs: f64,
    pub read_hit_reqs: f64,
    pub write_hit_reqs: f64,
    pub miss_reqs: f64,
    pub read_miss_reqs: f64,
    pub write_miss_reqs: f64,
    pub percent_read_reqs: f64,
    pub percent_write_reqs: f64,
    pub percent_hit_reqs: f64,
    pub percent_read_req_hit: f64,
    pub system_device_wpevents: f64,
    pub device_wpevents: f64,
    pub avg_time_per_syscall: f64,
    pub slot_collisions: f64,
    pub percent_write_req_hit: f64,
    pub total_read_count: f64,
    pub total_write_count: f64,
    pub read_response_time: f64,
    pub write_response_time: f64,
    pub host_io_limit_ios: f64,
    pub host_io_limit_mbs: f64,
    pub optimized_read_misses: f64,
    pub optimized_mb_read_misses: f64,
    pub avg_optimized_read_miss_size: f64,
    pub queue_depth_utilization: f64,
    pub timestamp: u64,
}

Fields

avg_wpdisc_time: f64avg_read_miss_response_time: f64percent_busy: f64host_ios: f64host_mbs: f64reqs: f64read_reqs: f64write_reqs: f64hit_reqs: f64read_hit_reqs: f64write_hit_reqs: f64miss_reqs: f64read_miss_reqs: f64write_miss_reqs: f64percent_read_reqs: f64percent_write_reqs: f64percent_hit_reqs: f64percent_read_req_hit: f64system_device_wpevents: f64device_wpevents: f64avg_time_per_syscall: f64slot_collisions: f64percent_write_req_hit: f64total_read_count: f64total_write_count: f64read_response_time: f64write_response_time: f64host_io_limit_ios: f64host_io_limit_mbs: f64optimized_read_misses: f64optimized_mb_read_misses: f64avg_optimized_read_miss_size: f64queue_depth_utilization: f64timestamp: u64

Trait Implementations

impl IntoPoint for FeDirectorMetrics[src]

impl Debug for FeDirectorMetrics[src]

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

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> Same<T> for T

type Output = T

Should always be Self