Internet Speed
To test your internet speed on Linux from the command line, you can use a few different tools.
Two popular tools are:
- The Speedtest CLI
- The Fast CLI
Speedtest CLI
The speedtest CLI tool is a command line tool that is written in Python. It can be used to test your internet speed.
To use the speedtest CLI tool, do the following:
- Install the speedtest CLI tool
sudo apt install speedtest-cli
- Run the speedtest CLI tool
speedtest
- View the results
Fast CLI
Fast.com is a service from Netflix that provides a free internet speed tests. The fast CLI tool is a command line tool that is written in JavaScript. It can be used to test your internet speed.
To use the Fast CLI tool, do the following:
- Install the Fast.com Speedtest CLI tool
npm install --global fast-cli
- Run the Fast.com Speedtest CLI tool
fast -u
- View the results