Struct fred::metrics::LatencyMetrics [] [src]

pub struct LatencyMetrics {
    pub min: i64,
    pub max: i64,
    pub avg: f64,
    pub stddev: f64,
    pub samples: usize,
}

Latency metrics across all Redis commands, measured in milliseconds.

Fields

Trait Implementations

impl Clone for LatencyMetrics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LatencyMetrics
[src]

[src]

Formats the value using the given formatter.