Site icon TechGit

speedtest cli ubuntu – Check Internet Speed In Ubuntu Terminal

How to check Internet speed from command line in Ubuntu Linux Systems. Learn how to use speedtest-cli ubuntu to test Internet speed in Ubuntu terminal.

The speedtest-cli is a command line interface for testing Internet bandwidth using speedtest.net Speedtest-cli is a script written in the Python programming language which measures the Internet speed bidirectionally. This application allows you to check your Internet speed upon distance in km, it can test against specific servers and it also provides a URL so that you can share your result on the Internet.

Install speedtest-cli on Ubuntu

Run the following commands to install speedtest-cli on Ubuntu:

sudo apt-get update
sudo apt-get install python-pip
sudo pip install speedtest-cli

Once installed, you can use it via Terminal commands.

Using speedtest-cli

speedtest-cli

The speedtest-cli command can be used to check the Internet speed on Ubuntu Linux Systems. The command has the following format:

speedtest-cli [-h] [--bytes] [--share] [--simple] [--csv]
[--csv-delimiter CSV_DELIMITER] [--csv-header] [--json] [--list]
[--server SERVER] [--mini MINI] [--source SOURCE] [--timeout TIMEOUT]
[--secure] [--version]

The easiest way to use the command is without any argument:

$ speedtest-cli

The command shows the download speed and upload speed in Mbit/s. If you wish to get the speed results in bytes, run:

$ speedtest-cli --bytes

Whereas the command when used with –simple argument, displays only the basic information like ping, download and upload speed.

$ speedtest-cli --simple

You can also share the speed results as image using the command speedtest-cli –share.

speedtest-cli optional arguments

There are many command options for speedtest-cli:

Please note:

There is the potential for this tool to report results inconsistent
with Speedtest.net. There are several concepts to be aware of that
factor into the potential inconsistency:

More info: https://github.com/sivel/speedtest-cli

speedtest cli ubuntu – Check Internet Speed In Ubuntu Terminal originally posted on Source Digit – Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version