| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
RoundTripTime |
RoundTripTime.clone() |
RoundTripTime |
PerformanceMeasurement.getRoundTripTime()
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time
for your application for traffic.
|
RoundTripTime |
RoundTripTime.withP50(Double p50)
RTT at the 50th percentile (p50).
|
RoundTripTime |
RoundTripTime.withP90(Double p90)
RTT at the 90th percentile (p90).
|
RoundTripTime |
RoundTripTime.withP95(Double p95)
RTT at the 95th percentile (p95).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceMeasurement.setRoundTripTime(RoundTripTime roundTripTime)
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time
for your application for traffic.
|
PerformanceMeasurement |
PerformanceMeasurement.withRoundTripTime(RoundTripTime roundTripTime)
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time
for your application for traffic.
|
Copyright © 2024. All rights reserved.