Struct ceph::pgmap::OsdStats [] [src]

pub struct OsdStats {
    pub snap_trim_queue_len: i32,
    pub kb: i32,
    pub fs_perf_stat: FsPerfStat,
    pub hb_in: Vec<i32>,
    pub num_snap_trimming: i32,
    pub hb_out: Vec<i32>,
    pub kb_avail: i32,
    pub kb_used: i32,
    pub op_queue_age_hist: OpQueueAgeHist,
    pub osd: i32,
}

Fields

Trait Implementations

impl Debug for OsdStats
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OsdStats
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for OsdStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more