PingSummary Model
PingSummary Model documentation for .NET SDK
Summary emitted at the end of a ping session
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Endpoint | PingEndpointInfo | ||
| Requests | int | Total number of probes scheduled | |
| Responses | int | Number of responses received (including timeouts/errors) | |
| Ok | int | Count of probes that succeeded | |
| Timeouts | int | Count of probes that exceeded the timeout | |
| Errors | int | 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 | Dictionary<string, string> | Resource limits applied by the server | [optional] |