Skip to content
Adriano edited this page Mar 7, 2017 · 2 revisions

Welcome to the speedtest-linux wiki!

Meta-wrapper

Our Bash scripts wrap the latest version of the Python code from upstream developers. So it is conceivable for you to always execute the latest of our wrappers in a few lines, without forking our repository:

$ wget https://raw.githubusercontent.com/rsvp/speedtest-linux/master/speedtest
$ wget https://raw.githubusercontent.com/rsvp/speedtest-linux/master/fasttest
$ chmod +x speedtest fasttest
$ ./speedtest
$ ./fasttest

Thanks to Christoph Langner for his post: https://linuxundich.de/gnu-linux/speedtest-net-speedtest-cli-im-terminal-ohne-browser in German.

Clone this wiki locally