MTR for Mac

Here is a step by step instructions on how to run an MTR on MacOS X

  1. Sometimes we ask our clients when they are having connection problems to our server to run an MTR test for us.
  2. The MTR tool does not come pre-installed on Mac OS X devices and is not available in the Apple store. To Install it we will first install Homebrew. Installing Homebrew will allow us to install libraries and utilities not available in a default installation:

    Users running macOS High SierraSierraEl Capitan, or earlier, run:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    Users running CatalinaMojave, or Big Sur, run:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  3. Now that homebrew is installed, we can start by installing mtr with the following command brew install mtr
  4. Brew will install it to the location /usr/local/Cellar/mtr/ lets change directory into this location with cd /usr/local/Cellar/mtr/
  5. Now that we’re in this directory we need to see the version, lets list it with ls
  6. Lets assume it’s the latest MTR that would be 0.95 so we will run the following command:
    cp /usr/local/Cellar/mtr/0.95/sbin / /usr/local/bin/ if any permission error follows use sudo
  7. Now MTR is installed on your Mac, and you can enter in your terminal
  8. mtr orangewebsite.com

Once you have run this tool for a few minutes, you can copy the details to our support team for assistance.

Updated on July 29, 2024
Was this article helpful?

Related Articles