PingSummary Model
PingSummary Model documentation for Java SDK
PingSummary
Summary emitted at the end of a ping session
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| endpoint | PingEndpointInfo | ||
| requests | Integer | Total number of probes scheduled | |
| responses | Integer | Number of responses received (including timeouts/errors) | |
| ok | Integer | Count of probes that succeeded | |
| timeouts | Integer | Count of probes that exceeded the timeout | |
| errors | Integer | Count of probes that failed for other reasons | |
| rttMinMs | Double | Minimum observed round-trip latency (ms) | |
| rttAvgMs | Double | Average observed round-trip latency (ms) | |
| rttP50Ms | Double | Median (p50) round-trip latency (ms) | |
| rttP90Ms | Double | 90th percentile round-trip latency (ms) | |
| rttP99Ms | Double | 99th percentile round-trip latency (ms) | |
| rttMaxMs | Double | Maximum observed round-trip latency (ms) | |
| requestsPerSecond | Double | Effective request throughput across the session | |
| bytesPerSecond | Double | Aggregate bytes per second (send + receive) | |
| appliedLimits | Map<String, String> | Resource limits applied by the server | [optional] |