CHECK INTERNET SPEED FROM THE COMMAND LINE
Want to check your internet speed from the terminal? Here's the perfect way to the that.
speedtest-cli is a command line interface for testing internet bandwidth using speedtest.net
Installation
On Linux Systems
sudo apt install speedtest-cli
On macOs
brew install speedtest_cli
Using pip
pip install speedtest-cli
Usage
Hope you enjoyed reading the article