Geekflare

Traceroute Test

Trace the network path to a host, domain, or IP address.

Powered by Geekflare MTR API

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:

ColumnFieldMeaning
HophopPosition in the trace
HosthostIP or hostname at that hop
ASNasnAutonomous system when provided
LosslossPacket loss % at that hop
SentsentPackets sent
Last / Avg / Best / Worstlast, avg, best, worstRTT in milliseconds
Std DevstdDevRTT standard deviation

Frequently Asked Questions

No. The traceroute runs on Geekflare infrastructure.

Free to start · No credit card required

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"}'