User Tools

Site Tools


faq:network_and_security:how_to_run_mtr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
faq:network_and_security:how_to_run_mtr [2022/01/26 12:21] – created vikkifaq:network_and_security:how_to_run_mtr [2022/10/27 17:41] (current) vikki
Line 1: Line 1:
 +[[:start|Home]] > [[:faq|FAQ]] > [[faq:network|Network]] > **How to run an MTR**
 +
 ====== How to run an MTR ====== ====== How to run an MTR ======
  
Line 6: Line 8:
  
   * [[#run_winmtr_on_windows|Run MTR (WinMTR) on Windows]]   * [[#run_winmtr_on_windows|Run MTR (WinMTR) on Windows]]
-  * Run MTR on Mac OS +  * [[#run_mtr_on_mac_os|Run MTR on Mac OS]] 
-  * Run MTR on Linux+  * [[#run_mtr_on_linux|Run MTR on Linux]]
  
 ----------- -----------
  
-====== How to Run WinMTR on Windows ======+====== Run WinMTR on Windows ======
  
 If you feel that accessing to our service is slow, or it could not be reached, we may ask for an MTR report, which helps us trace your network traffic along its path to the server. If you feel that accessing to our service is slow, or it could not be reached, we may ask for an MTR report, which helps us trace your network traffic along its path to the server.
Line 49: Line 51:
 ------- -------
  
-====== How to Run MTR on Mac OS ======+====== Run MTR on Mac OS ======
  
 (Skip to step 4 if you already have MTR installed on your Mac device) (Skip to step 4 if you already have MTR installed on your Mac device)
Line 76: Line 78:
 *Note: If you are unsure about the server/host name, please contact our team to get this information. *Note: If you are unsure about the server/host name, please contact our team to get this information.
  
-8. Let the MTR trace run in the terminal for at least 10 minutes. After which, you can select the text, copy them, and then paste the results in an email or ticket and send to our team.+8. Let the MTR trace run in the terminal for at least 10 minutes. Then, you can select the text, copy them, and paste in an email or ticket and send to our team
 + 
 +{{:faq:network_and_security:mtr-mac.png?600|}} 
 + 
 +------- 
 + 
 +====== Run MTR on Linux ====== 
 + 
 +=== For Debian and Ubuntu === 
 + 
 +1. To install MTR, open the terminal and run the following command: 
 +   apt-get install mtr 
 + 
 +*Note: If your user on the Linux system does not have sufficient permission, run "sudo apt-get install mtr" instead, by providing the root/admin password. 
 + 
 +2. After MTR has been installed, you can use the following command to run MTR: 
 +   mtr hostname.com 
 + 
 +*Note: If you are unsure about the server/host name, please contact our team to get this information. 
 + 
 +3. Let the MTR trace run for at least 10 minutes. Once done, select and copy the result from the terminal and send to us via email or ticket. 
 + 
 +=== For CentOS, Fedora, or RHEL === 
 + 
 +1. To install MTR, open the terminal and run the following command: 
 +   yum install mtr 
 + 
 +2. After MTR has been installed, you can use the following command to run MTR: 
 +   mtr hostname.com 
 + 
 +*Note: If you are unsure about the server/host name, please contact our team to get this information. 
 + 
 +3. Let the MTR trace run for at least 10 minutes. Once done, select and copy the result from the terminal and send to us via email or ticket. 
 + 
 +=== For Arch Linux systems === 
 + 
 +1. Open the terminal and run the following command to install MTR: 
 +   pacman -Sy pacman -S mtr 
 + 
 +2. After MTR has been installed, you can use the following command to run MTR: 
 +   mtr hostname.com 
 + 
 +*Note: If you are unsure about the server/host name, please contact our team to get this information. 
 + 
 +3. Let the MTR trace run for at least 10 minutes. Once done, select and copy the result from the terminal and send to us via email or ticket.
faq/network_and_security/how_to_run_mtr.1643170914.txt.gz · Last modified: 2022/01/26 12:21 by vikki