Sunday, July 5, 2020

What is considered good/poor ping round trip time (RTT)?

I'm developing signal bars in an iOS app to show the network latency (similar to wifi bars that shows network strength you see on phones and laptops) and I am using ping to get the measurement. I'm wondering at what RTT value would I need to fill the next bar? So for example bar 1 would indicate a poor latency, would this be any RTT over 100ms?

Would something like this be a good representation of network latency?:

Bar 1 (worst) = >100ms

Bar 2 = >75ms

Bar 3 = >50ms

Bar 4 (best) = >25ms



No comments:

Post a Comment