...
mtr # combines the functionality of traceroute
and ping
to provide continuous traceroute-like output for network diagnostics. It sends ICMP ECHO requests to each router on the path to a destination host, showing both the round-trip time and packet loss percentage at each hop. 1
Code Block | ||||
---|---|---|---|---|
| ||||
mtr google.com My traceroute [v0.92] hostname (0.0.0.0) Thu Jun 21 12:00:00 2024 Keys: Help Display mode Restart statistics Order of fields quit Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. router1 0.0% 5 1.0 1.2 0.9 1.5 0.2 2. isp-router 0.0% 5 9.1 10.2 8.3 12.5 1.2 3. destination-router 0.0% 5 20.5 15.9 14.3 20.5 2.0 4. google.com 0.0% 5 21.7 18.3 17.1 21.7 1.8 |
...