Checking internet connection speed from the Linux console
The speedtest.net site is well known. It helps a lot to check your internet speed, but what about linux servers that don’t have a GUI, only a bash console.
For cases like that, Matt Martz wrote a python utility you can just download and run.
Steps:
- Download
wget -O /usr/local/bin/speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py chmod +x /usr/local/bin/speedtest-cli speedtest_cli</del> - Install:
pip install speedtest-cli - Run:
chmod +x speedtest-cli speedtest-cli
