mtr - a network diagnostic tool

To display mtr output without options

To display numeric IP addresses
$ mtr -n google.com

To display both host names as well as numeric IP numbers 
$ mtr -b google.com

To limit the number of pings to a specific value
$ mtr -c5 ilugc.in

To set it into report mode
$ mtr -r -c 4 ilugc.in > mtr-report

To enable wide report mode
$ mtr -rw -c 4 ilugc.in > mtr-report

To change the interval between ICMP ECHO requests to a specified value
$ mtr -i 3 ilugc.in

To use TCP SYN packets or UDP datagrams
$ mtr --tcp ilugc.in
$ mtr --udp ilugc.in



regards,
T.Dhanasekar