Ping Output Analyser
Paste any ping run and get latency, jitter and loss with a plain-English verdict.
What you paste
Parsed in your browser — never uploadedHow this reads your output
The tool reads every per-packet time and the summary from a ping run, computes latency, jitter and loss, and then names the single worst problem rather than leaving you to interpret a wall of numbers. Loss outranks jitter outranks latency, because that is the order in which they wreck real-time applications.
What the results mean
- Average latency
- The typical round trip. Below 50 ms feels instant; above 150 ms is sluggish on calls and in fast games.
- Jitter
- How much the latency varies between packets. This, not the average, is what makes voice break up.
- mdev
- What Linux ping prints. It is deviation from the average, not jitter, and is shown so you can match it to your terminal.
- Loss
- The share of packets that never returned, when the sample is large enough to judge.
Common problems and fixes
- The verdict blames jitter but my latency looks fine
- That is the point — a low average with high variation is worse for calls than a high, steady latency. The verdict weighs what actually disrupts real-time use.
- It says the sample is too small
- Fewer than 20 packets cannot support a confident verdict. Re-run with ping -n 50 or ping -c 50 and paste that.
Frequently asked questions
Which matters more, latency or jitter?
For real-time use, jitter usually matters more. A steady 120 ms is workable for a call; a latency that swings between 20 and 120 ms is not, even though its average is lower. This tool weighs them accordingly rather than just reporting the average.
What should I ping to test my connection?
A nearby, reliable target like 1.1.1.1 or 8.8.8.8 tests your connection to the internet’s edge. Pinging a specific game or work server instead tells you about the path to that server, which may be the thing you actually care about.
Put this on your own site
Free to embed, no attribution required beyond the source link the frame carries itself. It runs entirely in your visitor's browser, sets no cookies and loads no third-party script.
<iframe src="https://runthetests.com/embed/ping-output-analyzer/" width="100%" height="720" style="border:1px solid #e5e5e5;border-radius:8px" title="Ping Output Analyser" loading="lazy"></iframe>
Preview it at https://runthetests.com/embed/ping-output-analyzer/. Embedded pages are marked noindex, so yours stays the canonical copy — not this one.
More in Interpreter
- True Jitter Calculator (RFC 3550)Measure real jitter — the variation between consecutive packets, not deviation from the average.
- Packet Loss Significance CheckerMeasure packet loss from ping output — and know when the sample is too small to trust.
- SMART Data Interpreter (CrystalDiskInfo)Paste a CrystalDiskInfo report and get the same verdict, from the same five attributes.