What Is Traceroute Test?
Traceroute Test lists each hop on the path to your target: host, packet loss, packets sent, and latency statistics (last, average, best, worst, standard deviation).
You can use this tool to see where latency or packet loss appears along the route.
What the Tool Shows
All hop rows come from the API data array:
| Column | Field | Meaning |
|---|---|---|
| Hop | hop | Position in the trace |
| Host | host | IP or hostname at that hop |
| ASN | asn | Autonomous system when provided |
| Loss | loss | Packet loss % at that hop |
| Sent | sent | Packets sent |
| Last / Avg / Best / Worst | last, avg, best, worst | RTT in milliseconds |
| Std Dev | stdDev | RTT standard deviation |
Frequently Asked Questions
No. The traceroute runs on Geekflare infrastructure.
More Network & DNS tools
SPF Record LookupCheck a domain for SPF records, parse mechanisms, and flag common policy issues such as multiple SPF records, permissive all mechanisms, deprecated ptr, and high DNS lookup count.DNSSEC TestTest a domain for DNSSEC status and inspect returned DNSKEY and RRSIG records.DNS Record LookupLook up common DNS records for a domain and review addresses, mail servers, nameservers, TXT values, and authority settings in one report.CAA Record LookupLook up DNS CAA records to see which certificate authorities are allowed to issue TLS certificates for a domain.Free Website Hosting CheckerFind out who hosts the website. Our free hosting checker reveals the hosting provider, server IP address, and geographic location of any domain.IP Location LookupLook up geolocation and ASN details for any IPv4 or IPv6 address using IPinfo Lite. Shows country, region, organization, network ID, and primary domain for the queried IP.
Free to start · No card
Need this at scale? Try the DNS Record API.
Query A, AAAA, MX, NS, and TXT records instantly — the same lookup that powers this tool.
bash
curl -X POST https://api.geekflare.com/dnsrecord \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"example.com"}'