Struct rd_hashd_intf::report::Stat
source · [−]pub struct Stat {Show 14 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
sourceimpl AddAssign<&'_ Stat> for Stat
impl AddAssign<&'_ Stat> for Stat
sourcefn add_assign(&mut self, rhs: &Stat)
fn add_assign(&mut self, rhs: &Stat)
Performs the += operation. Read more
sourceimpl<'de> Deserialize<'de> for Stat
impl<'de> Deserialize<'de> for Stat
sourcefn 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 Stat
impl Send for Stat
impl Sync for Stat
impl Unpin for Stat
impl UnwindSafe for Stat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more