Test internet bandwidth using speedtest-cli |
$ wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
$ chmod +x speedtest-cliRun:
$ ./speedtest-cli
SpeedTest on Raspberry Pi vs PC:
For PC user, direct visit http://www.speedtest.net/ with your browser.
http://www.speedtest.net/ |
3 comments:
How can I output this to a file?
You can try
$ ./speedtest-cli > youtfile
How can we add a time stamp top the test?
also if you want to append your output file use ./speedtest-cli >> yourfile
Post a Comment