Real ICMP From 18 Cloud Regions
Ping and traceroute from AWS, GCP, and Azure locations across 6 continents. Not HTTP overhead — real network-level round-trip times for CDN validation, multi-cloud comparison, and latency monitoring.
- 18
- Cloud Regions
- 6
- Continents Covered
- 3
- Cloud Providers
Probe locations worldwide
18 regions across AWS, GCP, and Azure — grouped by geography
Built for DevOps & SRE workflows
CDN Validation
Verify your CDN is actually serving content faster from all target regions. Compare before/after deployments.
Multi-Cloud Comparison
Test latency to your services from AWS, GCP, and Azure simultaneously. Data-driven cloud decisions.
Global Launch Readiness
Before launching in a new market, verify acceptable latency from that region to your infrastructure.
Incident Diagnosis
When users report slowness, pinpoint whether it's network-level or application-level from their region.
One API call, 18 perspectives
Get structured latency data from every major cloud region in a single request. Per-region average, min, max, and packet loss — all in clean JSON.
// Global ping from 18 cloud regions
const response = await fetch(
'https://api.edgedns.dev/v1/network/ping' +
'?host=api.example.com®ions=all',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const { data } = await response.json();
// Per-region results
data.results.forEach(r => {
console.log(`${r.region}: ${r.avg_ms}ms (loss: ${r.packet_loss}%)`);
});
// us-east-1: 12ms (loss: 0%)
// eu-west-1: 85ms (loss: 0%)
// ap-northeast-1: 142ms (loss: 0%)
// af-south-1: 198ms (loss: 0.5%)Why teams choose EdgeDNS for network testing
Real ICMP, Not HTTP
True network-level measurements, not web request overhead. Accurate round-trip times.
All Major Clouds
Probes run from AWS, GCP, and Azure infrastructure across 6 continents.
Structured Results
Per-region latency, packet loss, and hop-by-hop traces in clean JSON.
Part of the Full API
Combine with DNS, SSL, and security checks for complete domain visibility.
See your service the way the world sees it
Real ICMP ping and traceroute from 18 cloud regions across 6 continents. Start free with 200 requests/month.
No credit card required