2

I have a web server in the US (MS Windows 2008).
Chinese users are complaining of slow speeds and SQL command timeouts. Other Asian and European users are not.

How do I check the speed (download/upload) from Beijing to this particular web server?

Administrateur
  • 133
  • 1
  • 4

2 Answers2

1

You could try installing SpeedTest mini (http://www.speedtest.net/mini.php) on your web server and then connect to it from your various locations.

Phil
  • 3,168
  • 1
  • 22
  • 29
0

Since SpeedTest mini is no longer being offered for download. You can self-hosted HTML5 Speedtest from https://github.com/adolfintel/speedtest

This is the demo site to see how it works: http://speedtest.fdossena.com/

badrul
  • 1