You can test the connection quality from your computer to our server by running the ping and traceroute/mtr commands on your computer. Although speed tests are important, they don’t show other important metrics like latency and packet loss.


Ping

Ping measures the response time between your computer and your server.

  • Windows

    1. Open the command prompt, also known as CMD.exe.
    2. Type: ping s5.yamsftp.net
  • Mac and Linux

    1. Open the terminal application.
    2. Type: ping s5.yamsftp.net

Traceroute

Traceroute shows the routers that your data traverses to our servers.

  • Windows

    1. Open the command prompt, also known as CMD.exe.
    2. Type: s5.yamsftp.net
  • Mac and Linux

    1. Open the terminal
    2. Type: traceroute s5.yamsftp.net


MTR

MTR continuously runs traceroute, recording statistics over a period of time. We recommend using MTR to get the most detailed information.

  • Windows

    1. Download and install WinMTR.
    2. Start WinMTR.
    3. In, Host, enter: s50.yamsftp.net 
    4. Click start and let it run for at least 5 Minutes.