This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq:network_and_security:how_to_run_mtr [2022/01/26 12:27] – [How to run an MTR] vikki | faq:network_and_security:how_to_run_mtr [2022/10/27 17:41] (current) – vikki | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | [[: | ||
+ | |||
====== How to run an MTR ====== | ====== How to run an MTR ====== | ||
Line 6: | Line 8: | ||
* [[# | * [[# | ||
- | * [[#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]] |
----------- | ----------- | ||
- | ====== | + | ====== 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: | ||
------- | ------- | ||
- | ====== | + | ====== 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: | ||
------- | ------- | ||
- | ====== | + | ====== Run MTR on Linux ====== |
+ | |||
+ | === For Debian and Ubuntu === | ||
+ | |||
+ | 1. To install MTR, open the terminal and run the following command: | ||
+ | | ||
+ | |||
+ | *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: | ||
+ | | ||
+ | |||
+ | 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. |