Make an MTR diagnosis
In certain situations, in order to help or validate a diagnosis, our teams may ask you to perform an MTR capture. Behind this barbaric name hides a very simple tool.
An MTR test consists in analyzing all the routers present between your connection and a destination host (most often your VPS). This allows us to effectively diagnose the path taken by your connection, as well as possible problems that may be located outside our network perimeter (there are many intermediaries between your ISP and our datacenter, the MTR allows us to know which intermediaries are present on the connection, and verify that they behave normally).
The MTR test is characterized by a list of routers (usually less than a dozen), as well as several pieces of information for each line:
- The packetloss rate, which indicates the percentage of lost information between your connection and this router.
- The last latency (in ms) recorded between you and this router
- The average latency recorded between you and this router
- The maximum latency found between you and this router
How to perform an MTR test?
On Windows
Just download the WinMTR software and run it. In the window that opens, fill in the "Host" field with the IP of your server, or the one provided by the support. Then let the MTR run for 15 minutes and send a screenshot to the support.
On Linux and MacOS
The MTR program exists in CLI (command line) version in most package managers (apt, yum, homebrew, etc). Once installed, you just have to launch the MTR with the command "mtr IP".
The result is then displayed in your console. Just leave it in the background for 15 minutes, and take a screenshot to send it to the support.
Updated on: 17/10/2022
Thank you!