AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z
public class Latency
The Latency type exposes the following members
Name | Description | |
---|---|---|
![]() |
Latency() |
Name | Type | Description | |
---|---|---|---|
![]() |
P10 | System.Double |
Gets and sets the property P10. The average latency for the slowest 90 percent of requests over the last 10 seconds. |
![]() |
P50 | System.Double |
Gets and sets the property P50. The average latency for the slowest 50 percent of requests over the last 10 seconds. |
![]() |
P75 | System.Double |
Gets and sets the property P75. The average latency for the slowest 25 percent of requests over the last 10 seconds. |
![]() |
P85 | System.Double |
Gets and sets the property P85. The average latency for the slowest 15 percent of requests over the last 10 seconds. |
![]() |
P90 | System.Double |
Gets and sets the property P90. The average latency for the slowest 10 percent of requests over the last 10 seconds. |
![]() |
P95 | System.Double |
Gets and sets the property P95. The average latency for the slowest 5 percent of requests over the last 10 seconds. |
![]() |
P99 | System.Double |
Gets and sets the property P99. The average latency for the slowest 1 percent of requests over the last 10 seconds. |
![]() |
P999 | System.Double |
Gets and sets the property P999. The average latency for the slowest 0.1 percent of requests over the last 10 seconds. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5