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

pub struct NodeStats {
Show 17 fields 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

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

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.

Get the TypeId of this object.