GoodMem
ReferenceClient SDKsJava SDKModels

PingSummary Model

PingSummary Model documentation for Java SDK

PingSummary

Summary emitted at the end of a ping session

Properties

NameTypeDescriptionNotes
endpointPingEndpointInfo
requestsIntegerTotal number of probes scheduled
responsesIntegerNumber of responses received (including timeouts/errors)
okIntegerCount of probes that succeeded
timeoutsIntegerCount of probes that exceeded the timeout
errorsIntegerCount 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)
appliedLimitsMap<String, String>Resource limits applied by the server[optional]