How to use MTR to help debug packet loss. Print

  • 0

What is MTR?

MTR is software used for network diagnostics, that combines the functions of ping and traceroute.

It helps you determine the trace a packet needs to take from your device to the destination server, but it also sends multiple packets over time (usually one every second) and keeps track of the response times. Additionally, it records packet loss over the route.

mtr

Using MTR, you are able to identify bad connection between two given points as well as determine any latency issues or packet loss.

Blog.layershift.com is used for this tutorial, however to determine network issues when connecting to your domain�s server, simply replace blog.layershift.com with your server ip (without the port).

How to use MTR on Windows

Download and install the WinMTR application.

Open WinMTR, type your domain name in the Host field and press Start. The application will keep sending packets and log the response times until you hit Stop.

mtr_windows

How to use MTR on Linux

    1. Install MTR.
      • On Debian, Ubuntu and Debian based systems:

sudo apt-get install mtr

      • On CentOS, Fedora and RHEL based systems:

sudo yum install mtr

    1. Type the following command in the terminal to run MTR:

mtr followed by a space and the name of your domain

Example: sudo mtr blog.layershift.com

mtr_linux

Source: https://kb.layershift.com/network-diagnostics

Once you have got this information, please open a ticket with us and provide the information.


Was this answer helpful?

« Back