GoodMem
ReferenceClient SDKsJavaScript SDKModels

PingSummary Model

PingSummary Model documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
endpointPingEndpointInfo
requestsNumberTotal number of probes scheduled
responsesNumberNumber of responses received (including timeouts/errors)
okNumberCount of probes that succeeded
timeoutsNumberCount of probes that exceeded the timeout
errorsNumberCount of probes that failed for other reasons
rttMinMsNumberMinimum observed round-trip latency (ms)
rttAvgMsNumberAverage observed round-trip latency (ms)
rttP50MsNumberMedian (p50) round-trip latency (ms)
rttP90MsNumber90th percentile round-trip latency (ms)
rttP99MsNumber99th percentile round-trip latency (ms)
rttMaxMsNumberMaximum observed round-trip latency (ms)
requestsPerSecondNumberEffective request throughput across the session
bytesPerSecondNumberAggregate bytes per second (send + receive)
appliedLimits{String: String}Resource limits applied by the server[optional]

On this page