Struct rd_hashd_intf::report::Stat [−][src]
pub struct Stat {Show fields
pub rps: f64,
pub concurrency: f64,
pub concurrency_max: f64,
pub file_addr_frac: f64,
pub anon_addr_frac: f64,
pub nr_in_flight: u32,
pub nr_done: u64,
pub nr_workers: usize,
pub nr_idle_workers: usize,
pub lat: Latencies,
pub file_size: u64,
pub file_dist: Vec<u64>,
pub anon_size: usize,
pub anon_dist: Vec<u64>,
}Fields
rps: f64concurrency: f64concurrency_max: f64file_addr_frac: f64anon_addr_frac: f64nr_in_flight: u32nr_done: u64nr_workers: usizenr_idle_workers: usizelat: Latenciesfile_size: u64file_dist: Vec<u64>anon_size: usizeanon_dist: Vec<u64>Implementations
Trait Implementations
Performs the += operation. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Statimpl UnwindSafe for StatBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V