HomeLinuxHow to test internet speed with Linux terminal

How to test internet speed with Linux terminal

Hello guy’s in this article i’m going to show you how to test internet speed with Linux terminal

We use various types of broadband and cellular network some times we faced the internet connectivity or slowdown problems but we don’t know how easily measured our internet speed without any software

This article only for Linux and Termux users otherwise it will not support

How to test internet speed with Linux terminal?

Step 1:

First we need to update our Termux and Linux device so type the below command in your terminal

Linux

				
					sudo apt update -y
				
			

Termux

				
					apt update -y
				
			

Step 2:

Onceย updateย your device then we need to install the speed test package so type the following command in your terminal

Linux

				
					sudo apt install speedtest-cli
				
			

Termux

				
					apt install speedtest-cli
      (or)
pkg install speedtest-cli
				
			
How to test internet speed with Linux terminal

Step 3:

Now we check our internet speed with help of this below commands so you just type the below commands on your terminal

				
					speedtest-cli
				
			

RELATED ARTICLES

1 Comment

Leave A Reply

Please enter your comment!
Please enter your name here

Most Popular