Sunday, January 12, 2014

Test internet bandwidth using speedtest-cli

speedtest-cli is command line interface for testing internet bandwidth using speedtest.net. speedtest-cli works with Python 2.4-3.4.

Test internet bandwidth using speedtest-cli
Test internet bandwidth using speedtest-cli
Download speedtest-cli:
$ wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
$ chmod +x speedtest-cli

Run:
$ ./speedtest-cli

SpeedTest on Raspberry Pi vs PC:



For PC user, direct visit http://www.speedtest.net/ with your browser.
http://www.speedtest.net/
http://www.speedtest.net/


3 comments:

RadarG said...

How can I output this to a file?

Erik said...

You can try
$ ./speedtest-cli > youtfile

Unknown said...

How can we add a time stamp top the test?

also if you want to append your output file use ./speedtest-cli >> yourfile