Browsing as a guest
Hello! You are currently browsing this thread as a guest, If you would like to reply to this thread, please
or Register


Foufos
How to do a speedtest on linux
#1
Tested and works on Debian 7, and ubuntu

Run the following commands in terminal

Code:
sudo apt-get update && upgrade

Code:
sudo apt-get install python-pip
that will install python and pip


Then run:
Code:
sudo pip install speedtest-cli
That will install the speed test part


then run:
Code:
speedtest --share

And it should output like 
root:~# speedtest --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from COMPANYNAMEHERE (URIPHERE)...
Selecting best server based on ping...
Hosted by Cubicule Studio (Montreal, QC) [1.98 km]: 5.96 ms
Testing download speed........................................
Download: 927.89 Mbit/s
Testing upload speed..................................................
Upload: 684.04 Mbit/s
Share results: [url]http://www.speedtest.net/result/3455246885.png[/url
[Image: 0qTATV8.png]
EX Forum Authority Moderator
Reply
#2
[Image: CeODU1G.gif]
Reply
#3
(12-20-2016, 09:07 PM)Foufos Wrote: Tested and works on Debian 7, and ubuntu

Run the following commands in terminal

Code:
sudo apt-get update && upgrade

Code:
sudo apt-get install python-pip
that will install python and pip


Then run:
Code:
sudo pip install speedtest-cli
That will install the speed test part


then run:
Code:
speedtest --share

And it should output like 
root:~# speedtest --share
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from COMPANYNAMEHERE (URIPHERE)...
Selecting best server based on ping...
Hosted by Cubicule Studio (Montreal, QC) [1.98 km]: 5.96 ms
Testing download speed........................................
Download: 927.89 Mbit/s
Testing upload speed..................................................
Upload: 684.04 Mbit/s
Share results: [url]http://www.speedtest.net/result/3455246885.png[/url
Reply
#4
No problem hope it was in Right section :)
[Image: 0qTATV8.png]
EX Forum Authority Moderator
Reply
Browsing as a guest
Hello! You are currently browsing this thread as a guest, If you would like to reply to this thread, please
or Register