Page 1 of 1

Check your bandwith with speedtest-cli

Posted: 14 Jun 2016, 16:27
by viking60
I came over this nice Command line tool that checks my network speed.
I installed it on my Centos server but it should work all over the place.
Here is what I did:
I installed python-pip - it will be in your repository +1
then I did a:

Code: Select all

sudo pip install speedtest-cli --upgrade

That's it so I was ready to run

Code: Select all

speedtest-cli
in my terminal and it reported the up and download speed nicely and also the provider and the server of the ISP...and the distance to that server :s
Nicely presented in my terminal, but since I am a social person wanting to share; speedtest-cli has thought of that too.

If you run:

Code: Select all

speedtest-cli --share
then it will generate an image and a link to where it is shared:
:A
Image


If you are the tall and silent minimalistic type you can do a:

Code: Select all

speedtest-cli --simple

It will give you the ping and up/download speed-nothing more.

You may have to run it as speedtest-cli.py on some distros but I didn't have to on Centos7 or on Manjaro.

Here is the liveshow:
:A
Image
http://showterm.io/7b7972971344b6b7744f4

Re: Check your bandwith with speedtest-cli

Posted: 16 Jun 2016, 08:41
by viking60
While the download speed is about 1 Mbits with the free Cryptstorm VPN I noticed that the upload speed is higher than what my ISP is giving me.
Interesting stuff that speedtest-cli will reveal.