Skip to main content

PingRating

A PingRating represents the results of a measurement for a location. Several endpoints for a location will be pinged and combined into a final rating.

NameTypeDescription
detailsPingTestResultDetailsContains detailed statistics about the aggregated location ping result, aggregated from all individual endpoint results.
num_instancesunsigned 32The total number of endpoints (instances) for this location, which have been tested.
num_successful_instancesunsigned 32The number of endpoints which returned a valid ping result (at least one successful ping)
best_resultTestResultContains information about the endpoint which returned the best result for that location
overall_rating_categoryRatingCategoryOverall Ping rating for this cluster
latency_rating_categoryRatingCategoryLatency Rating Category
jitter_rating_categoryRatingCategoryJitter Rating Category
packet_loss_rating_categoryRatingCategoryPacket Loss Rating Category

PingTestResultDetails

For each test endpoint in a location, multiple pings will be executed (usually up to 5) and the min, max, avg, median (p50), p90, jitter and packet loss will be calculated. At the end the individual values of all test endpoints will be averaged, resulting in the PingTestResultDetails.

NameTypeDescription
minIntegerMinimum Ping for that location across all endpoints
maxIntegerMaximum Ping for that location across all endpoints
avgIntegerAverage Ping for that location across all endpoints
medianIntegerAverage median (p50) Ping for that location across all endpoints
p90IntegerAverage 90 percentile for that location across all endpoints
jitterIntegerAverage Jitter for that location
packet_loss_percentFloatAverage Packet loss in percent for that location