Overview
Traceroute is a network diagnostic tool that displays the route taken by packets across a network and measures any transit delays. This can be useful for troubleshooting when the speedtest at speed.cloudalize.com is showing high latency or Jitter.
For more info on the acceptable speedtest values go to here
Run traceroute on Windows
- Right-click the Start menu.
- Click Run.
- To open the command line interface, type cmd and then click OK.
- At the command line prompt, type:
For IPv4 -> tracert example.com
For IPv6 -
> tracert -6 example.com
- Press Enter.
- You can copy the results to save to a file or paste in another program.
Run traceroute on Linux
- Open a terminal window.
- At the command line prompt, type:
For IPv4 -> traceroute example.com
For IPv6 -
> traceroute -6 example.com
- You can copy the results to save to a file or paste in another program.
Run traceroute on Mac OS
- Search for the Network Utility application and open it.
- Click the Traceroute tab.
- Type the domain or IP address in the appropriate input field and press Trace.
- You can copy the results to save to a file or paste in another program.
Alternatively, you can follow the same instructions for running a traceroute on Linux (shown above) using the Mac OS terminal program, but for IPv6 use the command:
> traceroute6 example.com
Comments
0 comments
Please sign in to leave a comment.