GoodMem
ReferenceClient SDKs.NET SDKModels

PingSummary Model

PingSummary Model documentation for .NET SDK

Summary emitted at the end of a ping session

Properties

NameTypeDescriptionNotes
EndpointPingEndpointInfo
RequestsintTotal number of probes scheduled
ResponsesintNumber of responses received (including timeouts/errors)
OkintCount of probes that succeeded
TimeoutsintCount of probes that exceeded the timeout
ErrorsintCount of probes that failed for other reasons
RttMinMsdoubleMinimum observed round-trip latency (ms)
RttAvgMsdoubleAverage observed round-trip latency (ms)
RttP50MsdoubleMedian (p50) round-trip latency (ms)
RttP90Msdouble90th percentile round-trip latency (ms)
RttP99Msdouble99th percentile round-trip latency (ms)
RttMaxMsdoubleMaximum observed round-trip latency (ms)
RequestsPerSeconddoubleEffective request throughput across the session
BytesPerSeconddoubleAggregate bytes per second (send + receive)
AppliedLimitsDictionary<string, string>Resource limits applied by the server[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page