Monday, September 28, 2015

Speed Test in Linux

If you want to test your internet speed using command line in Linux without using a browser, you can use speedtest-cli.

speedtest-cli is an application created in python by sivel (Matt Martz). At his git repository  https://github.com/sivel/speedtest-cli , there are several ways to download and install the application. In my case, I git-clone it.

here's what I did:

git clone https://github.com/sivel/speedtest-cli

then install:

 python setup.py install

here's the screenshot of my internet speed.



No comments:

Post a Comment