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
- Open the command prompt, also known as
CMD.exe
. - Type:
ping s5.yamsftp.net
- Open the command prompt, also known as
Mac and Linux
- Open the terminal application.
- Type:
ping
s5.yamsftp.net
Traceroute
Traceroute shows the routers that your data traverses to our servers.
Windows
- Open the command prompt, also known as
CMD.exe
. - Type:
s5.yamsftp.net
- Open the command prompt, also known as
Mac and Linux
- Open the terminal
- 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
- Download and install WinMTR.
- Start WinMTR.
- In, Host, enter:
s50.yamsftp.net
- Click start and let it run for at least 5 Minutes.