- rel:: [[monitoring]] [[cli]] [[Networking]]
- Examples
- `sudo mtr -r -w -n -c 100 -o "SDLBWAV" --ipinfo 1 8.8.8.8`
- `-r` report
- `-w` wide
- `-n` no dns
- `-c 100` number of pings
- `-o` fields
- `L` Loss ratio
- `D` Dropped packets
- `R` Received packets
- `S` Sent Packets
- `N` Newest RTT(ms)
- `B` Min/Best RTT(ms)
- `A` Average RTT(ms)
- `W` Max/Worst RTT(ms)
- `V` Standard Deviation
- `G` Geometric Mean
- `J` Current Jitter
- `M` Jitter Mean/Avg.
- `X` Worst Jitter
- `I` Interarrival Jitter
- `--ipinfo n` displays information about each IP hop
- `0` Display AS number (equivalent to `-z`)
- `1` Display IP prefix
- `2` Display country code of the origin AS
- `3` Display RIR (ripencc, arin, ...)
- `4` Display the allocation date of the IP prefix