0

How to use speedtest tool from terminal in linux

I need to access the speedtest cli from command-line. Till now I am using the GUI only, but now the OS is minimal, so how can I do the same in this machine..??

Linux Speedtest CLI tool Add a comment
oliver
asked Feb 25 2017

Answer

0

You can use the speedtest cli from command-line,using the following commands

Use the speedtest-cli executable file to view the basic information about your internet connection

./speedtest-cli

To share your test result in speedtest.net

./speedtest-cli --share

To view the total list of speedtest servers, use the following command.

./speedtest-cli --list

To check the internet speed for a specific server.

./speedtest-cli --server 1858

To know about the other options in speedtest-cli,use

./speedtest-cli --help

Add a comment
krishnakumar
asked Feb 26 2017
edited Oct 05 2018
Post your Answer