Struct aws_sdk_elasticbeanstalk::model::Latency
source · #[non_exhaustive]pub struct Latency { /* private fields */ }
Expand description
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
Implementations§
source§impl Latency
impl Latency
sourcepub fn p999(&self) -> Option<f64>
pub fn p999(&self) -> Option<f64>
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
sourcepub fn p99(&self) -> Option<f64>
pub fn p99(&self) -> Option<f64>
The average latency for the slowest 1 percent of requests over the last 10 seconds.
sourcepub fn p95(&self) -> Option<f64>
pub fn p95(&self) -> Option<f64>
The average latency for the slowest 5 percent of requests over the last 10 seconds.
sourcepub fn p90(&self) -> Option<f64>
pub fn p90(&self) -> Option<f64>
The average latency for the slowest 10 percent of requests over the last 10 seconds.
sourcepub fn p85(&self) -> Option<f64>
pub fn p85(&self) -> Option<f64>
The average latency for the slowest 15 percent of requests over the last 10 seconds.
sourcepub fn p75(&self) -> Option<f64>
pub fn p75(&self) -> Option<f64>
The average latency for the slowest 25 percent of requests over the last 10 seconds.