Trace HTTP-based network hops to any domain and measure response times along the path.
Windows
tracert google.com
Linux / macOS
traceroute google.com
Traceroute is a network diagnostic tool that traces the path packets take from your computer to a destination host. Each step along this path is called a hop, and traceroute measures the latency at each hop.
True ICMP-based traceroute requires raw socket access at the OS level. Serverless functions and browser environments do not permit raw socket operations, so ICMP TTL manipulation is not possible. This tool instead uses HTTP timing as an approximation to show relative response times across multiple probe attempts.