mtr flags & options

-r, --report

Generate a report after sending all packets, then exit.

mtr -r example.com

-c, --report-cycles

Set the number of pings per hop.

mtr -r -c 100 example.com

-n, --no-dns

Skip DNS resolution for faster results. Show IPs only.

mtr -n example.com

-w, --report-wide

Wide report mode — don't truncate hostnames.

mtr -rw example.com

-T, --tcp

Use TCP instead of ICMP for probes.

mtr -T example.com

-P, --port

Set the target port (useful with -T).

mtr -T -P 443 example.com

-i, --interval

Set the interval between pings in seconds.

mtr -i 0.5 example.com

-s, --psize

Set the packet size in bytes.

mtr -s 1200 example.com

-4 / -6

Force IPv4 or IPv6.

mtr -4 example.com