User Tools

Site Tools


faq:network_and_security:how_to_run_winmtr

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_winmtr [2022/01/26 12:20] – [How to Run MTR on Mac OS] vikkifaq:network_and_security:how_to_run_winmtr [2022/01/26 12:28] (current) – removed vikki
Line 1: Line 1:
-====== How to 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. 
- 
-To generate an MTR report on Windows, please follow these steps (Skip to Step 4 if you already have WinMTR downloaded on your device): 
- 
-1. Download WinMTR from https://sourceforge.net/projects/winmtr/ 
- 
-2. Unzip/extract the downloaded file on your local computer. 
- 
-{{:faq:network_and_security:winmtr:1.png|}} 
- 
-3. In the extracted folder, open the WinMTR_x64 folder. 
- 
-{{:faq:network_and_security:winmtr:2.png|}} 
- 
-4. Double click on **WinMTR.exe** to launch the program. 
- 
-{{:faq:network_and_security:winmtr:3.png|}} 
- 
-5. In the Host section, type the IP address or host name of your server. If you are unsure about the IP address or host name, please contact our team to get this detail. 
- 
-{{:faq:network_and_security:winmtr:4.png|}} 
- 
-6. Then, press **Start** to start the MTR process, which may run for at least 10 minutes. 
- 
-{{:faq:network_and_security:winmtr:5.png|}} 
- 
-7. After the process has run for at least 10 minutes, click the **Copy Text to clipboard** button. 
- 
-{{:faq:network_and_security:winmtr:6.png|}} 
- 
-8. Paste the MTR report to the email or ticket and send to us. 
- 
-{{:faq:network_and_security:winmtr:7.png|}} 
- 
-------- 
- 
-====== How to Run MTR on Mac OS ====== 
- 
-(Skip to step 4 if you already have MTR installed on your Mac device) 
- 
-1. Open the Terminal app. 
- 
-2. Type the following line and press enter in the Terminal app: 
-   /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
- 
-3. To install MTR, run the command: 
-   brew install mtr 
- 
-4. Once MTR is installed, run the command: 
-   cd /usr/local/Cellar/mtr/0.94/sbin 
- 
-5. Make the MTR command available to your system by running: 
-   cp mtr /usr/local/bin/ 
- 
-6. If you get a permission error, run the following: 
-   sudo cp mtr /usr/local/bin/ 
- 
-7. Then, you can run the MTR command, e.g.: 
- 
-   sudo mtr hostname.com -r 
- 
-*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. 
faq/network_and_security/how_to_run_winmtr.1643170826.txt.gz · Last modified: 2022/01/26 12:20 by vikki