Ping Test
An essential latency test that measures real-time responsiveness and connection stability. It provides critical data on packet loss and round-trip times to ensure a consistent user experience.
Pick a target, a domain or an IP address, either works, Then choose a region and whether you want IPv4 or IPv6.
We run tests from five regions (Singapore, Frankfurt, Sydney, St Louis, and Cape Town), so you can check latency from wherever your users actually are, not just from wherever your dev machine happens to be sitting.
Hit run, and we send five packets to the target and time each one.
You'll get back the resolved IP, packet loss percentage, and round-trip time broken down into min/avg/max plus a per-packet table showing the TTL and response time for each of the five pings individually. If you're troubleshooting something specific (a flaky connection, an intermittent timeout), that packet-by-packet view is usually more useful than the averages, since one slow or dropped packet can hide inside a perfectly fine-looking average.
Ping is the simplest way to answer a deceptively hard question: is the problem the network, or is it the application?
If ping to a server comes back fast and clean, and your site is still slow, the bottleneck almost certainly isn't the connection, it's server processing, database queries, or bloated page weight further up the stack.
If ping is slow or lossy, you've at least ruled everything else out.
Running it from multiple regions also surfaces things a single test never will. A server that looks fast from Frankfurt might be showing 190ms+ RTT from Cape Town, not necessarily a problem, but useful to know if a chunk of your traffic comes from that part of the world. We've found CDN misconfigurations this way more than once: a "global" CDN that's quietly only fast in one region.
And because we grab the ASN and country of the resolved IP, it's also a quick way to confirm your DNS is actually pointing where you think it is handy after a migration or a CDN switch, when a stale record can sit there working just well enough that nobody notices for weeks.