2014-05-30 22:27:55 +04:00
|
|
|
# mtr
|
|
|
|
|
2016-09-29 14:30:52 +03:00
|
|
|
> Matt's Traceroute: combined traceroute and ping tool.
|
2014-05-30 22:27:55 +04:00
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Traceroute to a host and continuously ping all intermediary hops:
|
2014-05-30 22:27:55 +04:00
|
|
|
|
|
|
|
`mtr {{host}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Disable IP address and host name mapping:
|
2014-05-30 22:27:55 +04:00
|
|
|
|
|
|
|
`mtr -n {{host}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Generate output after pinging each hop 10 times:
|
2014-05-30 22:27:55 +04:00
|
|
|
|
|
|
|
`mtr -w {{host}}`
|
|
|
|
|
2016-01-07 20:31:27 +03:00
|
|
|
- Force IP IPv4 or IPV6:
|
2014-05-30 22:27:55 +04:00
|
|
|
|
|
|
|
`mtr -4 {{host}}`
|
2018-02-04 20:57:11 +03:00
|
|
|
|
|
|
|
- Define the time to wait before sending another packet to the same hop:
|
|
|
|
|
|
|
|
`mtr -i {{seconds}} {{host}}`
|