You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::Latency
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::Latency
- Defined in:
- (unknown)
Overview
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
Returned by:
Instance Attribute Summary collapse
-
#p10 ⇒ Float
The average latency for the slowest 90 percent of requests over the last 10 seconds.
-
#p50 ⇒ Float
The average latency for the slowest 50 percent of requests over the last 10 seconds.
-
#p75 ⇒ Float
The average latency for the slowest 25 percent of requests over the last 10 seconds.
-
#p85 ⇒ Float
The average latency for the slowest 15 percent of requests over the last 10 seconds.
-
#p90 ⇒ Float
The average latency for the slowest 10 percent of requests over the last 10 seconds.
-
#p95 ⇒ Float
The average latency for the slowest 5 percent of requests over the last 10 seconds.
-
#p99 ⇒ Float
The average latency for the slowest 1 percent of requests over the last 10 seconds.
-
#p999 ⇒ Float
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
Instance Attribute Details
#p10 ⇒ Float
The average latency for the slowest 90 percent of requests over the last 10 seconds.
#p50 ⇒ Float
The average latency for the slowest 50 percent of requests over the last 10 seconds.
#p75 ⇒ Float
The average latency for the slowest 25 percent of requests over the last 10 seconds.
#p85 ⇒ Float
The average latency for the slowest 15 percent of requests over the last 10 seconds.
#p90 ⇒ Float
The average latency for the slowest 10 percent of requests over the last 10 seconds.
#p95 ⇒ Float
The average latency for the slowest 5 percent of requests over the last 10 seconds.
#p99 ⇒ Float
The average latency for the slowest 1 percent of requests over the last 10 seconds.
#p999 ⇒ Float
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.