Use Speedtest CLI to check Internet speed on Debian 10
To fix the problem with slow connections leading to poor Internet access, you first need to check the Internet speed on the system. For example, when you switch to a new Internet connection and want to make sure you are getting what you deserve, it can be helpful to check the internet speed.
In this article, tipsmake.com will use a Linux command line tool named speedtest-cli. It is written in Python and uses speedtest.net to check bandwidth, by uploading and downloading data to and from your system.
Note : The commands and procedures mentioned in this article are implemented on Debian 10 Buster systems.
Install the speedtest-cli utility
First, open the Debian Terminal through the Search Launcher application as follows:
Open the Debian TerminalThen enter the following command as sudo to install python. This allows you to install packages through pip.
$ sudo apt-get install python-pip
The system may ask for your sudo password because only authorized users can add, delete and configure software on Debian.
Once python pip is successfully installed, use the following command to install the speedtest-cli tool through it:
$ sudo pip install speedtest-cli
The necessary tools will then be installed into the system.
Check the Internet speed via speedtest-cli
Now, you can enter the following command in Terminal to check Internet speed:
$ speedtest-cli
The result will show the Download and Upload speed of the current Internet connection The result will show the Download and Upload speed of the current Internet connection.
Share Internet speed
Speedtest-cli also allows you to share your Internet speed by providing a link on the speedtest.net website via the following command:
$ speedtest-cli --share
This command creates a link that you can share and open through the browser to get an image like this:
Speedtest-cli also allows you to share Internet speedNow you know how to install and use the speedtest-cli tool. You can check and share your internet connection speed quickly without the need for a graphical interface!
Hope you are succesful.
You should read it
- Checking Internet speed, Wifi FPT, VNPT network, Viettel does not need software
- Is there a standard measurement of network speed with Speedtest?
- 5 Chrome extension to test Internet speed
- Internet speed test applications for smartphones
- Speedtest announces VNPT as Vietnam's No. 1 Internet network operator
- 8 ways to check the network speed extremely accurately, you should not ignore it
- How to check Internet speed with cmd command
- Measuring the speed of Viettel, VNPT and FPT using Speed Of Me
- How to use Tester for Internet Speed PRO to check network speed
- Instructions to check the Internet speed
- How to check Internet package network FPT, VNPT, Viettel are using
- Why is upload speed usually much slower than download speed?