Comments on: How to Test Your Linux Internet Speed Using Speedtest CLI https://www.tecmint.com/check-internet-speed-from-command-line-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 09 Jun 2021 06:23:50 +0000 hourly 1 By: Daniel Bernardo https://www.tecmint.com/check-internet-speed-from-command-line-in-linux/comment-page-1/#comment-1509254 Thu, 27 May 2021 07:54:39 +0000 http://www.tecmint.com/?p=11883#comment-1509254 Ookla now has a native client for this surpassing speedtest-cli performance limitations: https://www.speedtest.net/apps/cli

]]>
By: crt https://www.tecmint.com/check-internet-speed-from-command-line-in-linux/comment-page-1/#comment-1000285 Fri, 01 Jun 2018 20:32:26 +0000 http://www.tecmint.com/?p=11883#comment-1000285 This would be more useful if it could be used between two servers on the same internal network; between subnets and over VPN’s and not just “yet another internet speedtest” application.

]]>
By: Dave https://www.tecmint.com/check-internet-speed-from-command-line-in-linux/comment-page-1/#comment-871803 Tue, 28 Feb 2017 18:28:36 +0000 http://www.tecmint.com/?p=11883#comment-871803 In reply to Kirk M.

Thanks – “speedtest-cli” worked for me

]]>
By: Ravi Saive https://www.tecmint.com/check-internet-speed-from-command-line-in-linux/comment-page-1/#comment-869637 Tue, 21 Feb 2017 06:20:29 +0000 http://www.tecmint.com/?p=11883#comment-869637 In reply to Kirk M.

@Kirk,

If you’ve installed speedtest-cli using python-pip, then you will get speedtest-cli executable, and those who’ve followed Python script installation will get speedtest_cli.py.

I hope you get it..Thanks

]]>
By: Kirk M https://www.tecmint.com/check-internet-speed-from-command-line-in-linux/comment-page-1/#comment-869568 Mon, 20 Feb 2017 18:44:25 +0000 http://www.tecmint.com/?p=11883#comment-869568 I noticed that attempting to run:

‘speedtest_cli.py’

…from the terminal after the two packages were installed using ‘apt’, the result was no command found running Linux Mint 18.1). It appears that the correct command is:

‘speedtest-cli’ (with a ‘dash’ not an ‘underscore’ and no ‘.py’ at the end)

The above works fine although I tend to like to see the results in bytes not bits so I added –bytes at the end.

]]>