Struct fred::metrics::SizeMetrics [] [src]

pub struct SizeMetrics {
    pub min: u64,
    pub max: u64,
    pub avg: f64,
    pub stddev: f64,
    pub samples: usize,
}

Payload size metrics across all Redis commands, measured in bytes.

Fields

Trait Implementations

impl Clone for SizeMetrics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SizeMetrics
[src]

[src]

Formats the value using the given formatter.