
mtr
List of commands for mtr:
-
mtr:tldr:0834c mtr: Traceroute to a host and continuously ping all intermediary hops.$ mtr ${host}try on your machineexplain this command
-
mtr:tldr:21616 mtr: Display the Autonomous System Number (ASN) for each hop.$ mtr --aslookup ${hostname}try on your machineexplain this command
-
mtr:tldr:50527 mtr: Force IP IPv4 or IPV6.$ mtr -4 ${host}try on your machineexplain this command
-
mtr:tldr:a2b9a mtr: Disable IP address and host name mapping.$ mtr -n ${host}try on your machineexplain this command
-
mtr:tldr:cabde mtr: Wait for a given time (in seconds) before sending another packet to the same hop.$ mtr -i ${seconds} ${host}try on your machineexplain this command
-
mtr:tldr:f0bf5 mtr: Generate output after pinging each hop 10 times.$ mtr -w ${host}try on your machineexplain this command