Speedtest.net uses flash to do speed test that is why it required VNC, however it is not more required.
If you have a vps with command line access, then all you need is to install python 2.x/3
If you have Python 2.x then run
1 |
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest-cli --no-check-certificate -O speedtest-cli.py |
If you have Python 3.x then run
1 |
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest-cli-3 --no-check-certificate -O speedtest-cli.py |
Download
1 2 3 4 5 6 7 8 9 10 11 |
root@:~# wget https://raw.github.com/sivel/speedtest-cli/master/speedtest-cli --no-check-certificate -O speedtest-cli.py --2013-06-23 19:11:26-- https://raw.github.com/sivel/speedtest-cli/master/speedtest-cli Resolving raw.github.com... 199.27.72.133 Connecting to raw.github.com|199.27.72.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 12452 (12K) [text/plain] Saving to: `speedtest-cli.py' 100%[===========================================================================>] 12,452 --.-K/s in 0.001s 2013-06-23 19:11:26 (18.4 MB/s) - `speedtest-cli.py' saved [12452/12452] |
After that run script
1 |
python speedtest-cli.py --share |
Here is the result
1 2 3 4 5 6 7 8 9 10 11 |
root@:~# python speedtest-cli.py --share Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from OC3 Networks & Web Solutions, LLC (192.161.52.76)... Selecting best server based on ping... Hosted by Race Communications (Los Angeles, CA) [0.70 km]: 65.009 ms Testing download speed........................................ Download: 10.70 Mbit/s Testing upload speed.................................................. Upload: 17.67 Mbit/s Share results: http://www.speedtest.net/result/2791864884.png |
Comment Policy:
Your words are your own, so be nice and helpful if you can. Please, only use your real name, not your business name or keywords. Using business name or keywords instead of your real name will lead to the comment being deleted. Anonymous commenting is not allowed either. Limit the amount of links submitted in your comment. We accept clean XHTML in comments, but don't overdo it please.