[][src]Struct libstorage::solidfire::NodeStats

pub struct NodeStats {
    pub count: u64,
    pub cpu: u16,
    pub cpu_total: u64,
    pub c_bytes_in: u64,
    pub c_bytes_out: u64,
    pub s_bytes_in: u64,
    pub s_bytes_out: u64,
    pub m_bytes_in: u64,
    pub m_bytes_out: u64,
    pub network_utilization_cluster: u16,
    pub network_utilization_storage: u16,
    pub read_latency_u_sec_total: u64,
    pub read_ops: u64,
    pub timestamp: String,
    pub used_memory: u64,
    pub write_latency_u_sec_total: u64,
    pub write_ops: u64,
}

Fields

count: u64cpu: u16cpu_total: u64c_bytes_in: u64c_bytes_out: u64s_bytes_in: u64s_bytes_out: u64m_bytes_in: u64m_bytes_out: u64network_utilization_cluster: u16network_utilization_storage: u16read_latency_u_sec_total: u64read_ops: u64timestamp: Stringused_memory: u64write_latency_u_sec_total: u64write_ops: u64

Trait Implementations

impl IntoPoint for NodeStats[src]

impl Debug for NodeStats[src]

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

Auto Trait Implementations

impl Send for NodeStats

impl Sync for NodeStats

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