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

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq:network_and_security:how_to_run_mtr [2022/01/26 12:37] – [How to Run MTR on Linux] 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]]
-  * [[#how_to_run_winmtr_on_windows|Run MTR on Mac OS]] +  * [[#run_mtr_on_mac_os|Run MTR on Mac OS]] 
-  * [[#how_to_run_mtr_on_linux|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 82: Line 84:
 ------- -------
  
-====== How to Run MTR on Linux ======+====== Run MTR on Linux ======
  
 === For Debian and Ubuntu === === For Debian and Ubuntu ===
Line 92: Line 94:
  
 2. After MTR has been installed, you can use the following command to run MTR: 2. After MTR has been installed, you can use the following command to run MTR:
-   mtr google.com --1000 -r+   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.1643171874.txt.gz · Last modified: 2022/01/26 12:37 by vikki