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:

Then 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.
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:

Now 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
- 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
May be interested
- How to share a mobile connection from any smartphone to Linuxwhat if you need to keep your linux computer online but don't have wireless or ethernet? the answer is to use tethering. with your smartphone, you can share mobile internet with your computer.
- How to upgrade to Fedora 32if you are upgrading to fedora 32, there are several ways to do so. in this article, readers will learn how to upgrade with the graphics tools available through gnome software and the command line with dnf plugin, dnf-plugin-system-upgrade.
- How to change icons in Gnome 3if you don't like the current files and folders in gnome, you can use a different theme icon. you can change any file or folder icon into a custom icon.
- Top 5 Linux certifications for 2020if you are looking for a better position in the linux field, obtaining certain certifications is a must. so, let's explore the top 5 linux certifications you should consult if you're going to be far in this area.
- From today, owning Linux LPI certificate will be easier!lpi (linux professional institute), a world leader in international linux certification for open source professionals, has officially entered the vietnamese market.
- How to install Adobe Flash Player on CentOS 8adobe flash player can also be installed on many types of operating systems, including windows, macos, linux / unix and android. in this article, you will learn how to install adobe flash player on centos 8 using terminal.