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:

Use Speedtest CLI to check Internet speed on Debian 10 Picture 1 Open the Debian Terminal

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
Use Speedtest CLI to check Internet speed on Debian 10 Picture 2 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:

Use Speedtest CLI to check Internet speed on Debian 10 Picture 3 Speedtest-cli also allows you to share Internet speed

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.

3.8 ★ | 11 Vote

May be interested

  • How to share a mobile connection from any smartphone to LinuxPhoto of How to share a mobile connection from any smartphone to Linux
    what 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 32Photo of How to upgrade to Fedora 32
    if 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 3Photo of How to change icons in Gnome 3
    if 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 2020Photo of Top 5 Linux certifications for 2020
    if 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!Photo of 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 8Photo of How to install Adobe Flash Player on CentOS 8
    adobe 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.