SIGN IN / UP
    opened image

    How to perform MTR check


    First, you need to enter the terminal.
    Go -> Utilities -> Terminal

    Next, you need to execute the command in it:
     

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

     

    To execute the command, enter the user password.

    After that, the system may offer you to install additional packages.
    Install them.
    After installation, run the command again.

    Next, install MTR with the command:
    brew install mtr

     

    After installation, run mtr with the command:

    sudo mtr IP

    or
     

    sudo /usr/local/sbin/mtr IP

    Where IP is the IP of your server.

     

     

    After launching, you will see the following window:

    In the Loss% column, you will be able to see at which node of the network packet loss occurs.