How to Install and Run MTR Report

In this article, we will demonstrate how to install and run MTR report on a CentOS server.

Launch 100% SSD from $2.49/mo!

MTR is a powerful tool that combines the traceroute and ping utilities, allowing our support team to get a clear picture of where traffic is flowing across the Internet to our network. MTR Reports are also useful in diagnosing latency issues.

Install MTR

RHEL/Fedora/CentOS:

  1. Login to your server over SSH or KVM
  2. Run the following command:

    sudo yum update && yum -y install mtr

You have now successfully installed MTR on your CentOS VPS or dedicated server.

Debian/Ubuntu:

  1. Login to your server over SSH or KVM
  2. Run the following command:

    sudo apt update sudo apt install mtr -y​

You have now successfully installed MTR on your Debian VPS or dedicated server.

Run MTR Report

To make a report for use by admins or by Rad Web Hosting Support technicians, run the following command:

mtr -rw radwebhosting.com > mtr_report.txt

The output of the example above will be saved to mtr_report.txt.

To test the route from your server to another location, replace radwebhosting.com with the host you wish to diagnose.

Launch 100% SSD from $2.49/mo!

Download MTR

  • latency, network, diagnostics, ping, traceroute, mtr
  • 4 A felhasználók hasznosnak találták ezt
Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

Forcefully Delete an IP Address from SolusVM

If at any point you find you have an orphaned ipaddress, you can delete it by running the...

Do You Offer a Hardware Firewall Solution?

Yes, we have a very limited selection of hardware firewalls available. We appreciate the specific...

How to Create Sudo User on CentOS

This article provides step-by-step setup guide for adding Sudo user to CentOS system. The sudo...

How to Use Sudo

This article provides a guide to using a Sudo user on CentOS server. From the command line,...

Set Server Time Zones with Timedatectl

This article provides a guide to setting the server time and server time zone settings using...