CHECK INTERNET SPEED FROM THE COMMAND LINE
Rajiv Ranjan
Python | Django | Flask | Fast API | REST API | PostgreSQL | EMM & MDM Developer. Experience in creating apps, scalable APIs, and data models, Api integration, debugging and maintaining code.
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