Page 1 of 1

Speedtest CLI by Ookla

Posted: 12 Oct 2021, 10:59
by Kulle
Speedtest CLI by Ookla
A command line client for testing the speed and performance of your internet connection.
Download:
https://www.speedtest.net/apps/cli#linux-flyout
Then txz2xzm and activate the module

The "speedtest" application and the "speedtest.md" text file are in the root directory

Speedtest CLI by Ookla

Posted: 14 Oct 2021, 13:32
by ncmprhnsbl
or, if you want to do it a bit properly:
as root in the directory with the downloaded archive:

Code: Select all

mkdir -p mod/usr/{doc,bin}
tar xvf ookla-speedtest-1.0.0-x86_64-linux.tgz
mv speedtest mod/usr/bin
mv speedtest.5 speedtest.md mod/usr/doc
dir2xzm mod ookla-speedtest-1.0.0-x86_64-linux.xzm
or the same using your filemanager, and archiver.

Speedtest CLI by Ookla

Posted: 09 Nov 2021, 22:11
by wread
Fine business Kulle!, I have already made my module for Porteus!

Thanks, alot :Bravo:

Speedtest CLI by Ookla

Posted: 12 Dec 2021, 16:08
by Rava
ncmprhnsbl wrote:
14 Oct 2021, 13:32
or, if you want to do it a bit properly:
as root in the directory with the downloaded archive:

Code: Select all

mkdir -p mod/usr/{doc,bin}
tar xvf ookla-speedtest-1.0.0-x86_64-linux.tgz
mv speedtest mod/usr/bin
mv speedtest.5 speedtest.md mod/usr/doc
dir2xzm mod ookla-speedtest-1.0.0-x86_64-linux.xzm
Since speedtest.5 is a man page, I propose this:

Code: Select all

mkdir -p mod/usr/{doc,bin} mod/usr/share/man/man5/
tar xvf ookla-speedtest-1.1.1-linux-x86_64.tgz
mv speedtest mod/usr/bin
mv speedtest.5 mod/usr/share/man/man5/
mv speedtest.md mod/usr/doc
dir2xzm mod ookla-speedtest-1.1.1-linux-x86_64.xzm
or whatever version it is when you download it.
In ncmprhnsbl's case it was ookla-speedtest-1.0.0-x86_64-linux - in my case it was ookla-speedtest-1.1.1-linux-x86_64 :)

Speedtest CLI by Ookla

Posted: 12 Dec 2021, 16:15
by Rava
After performing the test…

Code: Select all

Packet Loss:     7.5%
That sounds like a high loss rate. Or am I mistaken and 7.5% is average?