Internet Speed Test: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "To preform a speed test form a Linux shell with no GUI using speedtest.net = Download Tool = <pre> wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chm..." |
|||
Line 14: | Line 14: | ||
= Results = | = Results = | ||
<pre> | |||
Retrieving speedtest.net configuration... | |||
Retrieving speedtest.net server list... | |||
Testing from Powertel Internet Service Provider (203.185.211.126)... | |||
Selecting best server based on latency... | |||
Hosted by Telstra (Brisbane) [1.52 km]: 59.744 ms | |||
Testing download speed........................................ | |||
Download: 24.36 Mbits/s | |||
Testing upload speed.................................................. | |||
Upload: 30.33 Mbits/s | |||
</pre> | |||
[[Category : Linux]] | [[Category : Linux]] |
Revision as of 01:42, 19 February 2015
To preform a speed test form a Linux shell with no GUI using speedtest.net
Download Tool
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod a+rx speedtest_cli.py mv speedtest_cli.py /usr/local/bin/speedtest-cli
Run
speedtest-cli
Results
Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Powertel Internet Service Provider (203.185.211.126)... Selecting best server based on latency... Hosted by Telstra (Brisbane) [1.52 km]: 59.744 ms Testing download speed........................................ Download: 24.36 Mbits/s Testing upload speed.................................................. Upload: 30.33 Mbits/s