Online Ping Tool
Send ICMP echo requests to any hostname or IP and see real-time response times line by line.
Frequently Asked Questions
ping command on our server and streams the output to your browser in real time. Results reflect latency between our server and the target host, not your local connection.How It Works
Enter a Host
Type any domain name or IP address. Use Quick buttons for common targets like 8.8.8.8 or google.com.
Real-Time Streaming
Each ping reply appears immediately as it arrives β no waiting for all packets to finish. Lines stream via Server-Sent Events.
Stats Summary
When pinging completes, packet loss, RTT min/avg/max, and received count are extracted and shown in a summary bar.
Understanding Ping Results
| RTT Range | Quality | Typical Cause | Impact |
|---|---|---|---|
| < 20 ms | Excellent | Local network or nearby CDN | Imperceptible for any use case |
| 20 β 50 ms | Very Good | Same country / region | Ideal for gaming, video calls, VoIP |
| 50 β 100 ms | Good | Cross-country or nearby continent | Fine for browsing, slight lag in gaming |
| 100 β 200 ms | Acceptable | Intercontinental (e.g. US β EU) | Noticeable in real-time games, OK for video |
| 200 β 500 ms | Poor | Long-distance routing or congestion | Sluggish browsing, poor VoIP, laggy games |
| > 500 ms | Very Poor | Satellite link, severe congestion | Timeouts likely, most real-time apps unusable |
Common Ping Output Lines Explained
64 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=12.3 ms
A successful reply. icmp_seq is the packet number. ttl (Time To Live) indicates remaining hops β decrements by 1 at each router. time is the round-trip latency in milliseconds.
Request timeout for icmp_seq 2
No reply received within the timeout window (1 second here). Could mean the host is down, ICMP is blocked by a firewall, or the packet was lost in transit.
4 packets transmitted, 4 received, 0% packet loss
The summary line. 0% loss is perfect. Even 1β2% loss on a stable host suggests a network issue between this server and the target.
rtt min/avg/max/mdev = 10.1/12.3/15.8/1.9 ms
RTT statistics. mdev (mean deviation) measures jitter β how consistent the response times are. High mdev with acceptable avg indicates an unstable connection.