A MTR is a computer program which combines the information of traceroute and ping in a single tool, unlike traceroute, it is not limited to 3 packets per hop. You can set the number of packets to be sent. It sends packets from one location to another displaying where they pass, and the possible origin of a delay/problem.The main advantage of MTR is the fact that it presents the packet loss per hop, and consequently you may find out if there is a problem along the route or only on the final hop.

 

Making an MTR

While making an MTR please remember to use the following 2 options:

- not resolve hostnames

- create the MTR with at least 100 packages



WINDOWS

Windows users can use WinMTR software, which can be downloaded here

http://winmtr.net/download-winmtr/

 

LINUX

Open a terminal (SSH) and use the following command:

mtr -n -r -c 100 XXX.XXX.XXX.XXX

Where XXX.XXX.XXX.XXX is IP address you want to run the MTR to. Example below with IP 192.168.0.1

mtr -n -r -c 100 192.168.0.1
Was this answer helpful? 142 Users Found This Useful (165 Votes)