OPNsense Forum

Archive => 23.7 Legacy Series => Topic started by: gunnarf on September 01, 2023, 01:03:02 PM

Title: speedtest from cli
Post by: gunnarf on September 01, 2023, 01:03:02 PM
Earlier I had speedtest-cli installed on my opnsense box. It seems to have disappeared. Is there som kind of  WAN speedtest tool in the plugins or some other way?
Title: Re: speedtest from cli
Post by: BShoppy on September 01, 2023, 06:07:29 PM
pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-freebsd13-x86_64.pkg"
Title: Re: speedtest from cli
Post by: gunnarf on September 01, 2023, 10:52:07 PM
Thanks!
Title: Re: speedtest from cli
Post by: hushcoden on November 12, 2023, 05:08:08 PM
And would you mind to share the command to use in case I want to uninstall it?

Thanks.
Title: Re: speedtest from cli
Post by: zan on November 13, 2023, 04:49:50 AM
pkg remove speedtest
Title: Re: speedtest from cli
Post by: Gianry on October 07, 2024, 11:11:34 PM
doesn't work for me
Title: Re: speedtest from cli
Post by: Patrick M. Hausen on October 07, 2024, 11:26:16 PM
pkg remove ookla-speedtest

probably. In case that still does not work try
pkg info | grep speedtest
to find the proper package name.
Title: Re: speedtest from cli
Post by: Gianry on October 09, 2024, 08:30:00 PM
I mean the cli command to install
Title: Re: speedtest from cli
Post by: cookiemonster on October 09, 2024, 11:03:08 PM
Some options but the mimugmail one I think installs the cli one (dependency) if not present.

penguin@OPNsense:~ $ pkg info speedtest-cli
pkg: No package(s) matching speedtest-cli

penguin@OPNsense:~ $ pkg info speedtest
speedtest-1.1.1.28-1.c732eb82cf
Name           : speedtest
Version        : 1.1.1.28-1.c732eb82cf
Installed on   : Fri May 12 21:09:41 2023 BST
Origin         : fpm/speedtest
Architecture   : FreeBSD:12:x86:64
Prefix         : /
Categories     :
Licenses       :
Maintainer     : support@ookla.com
WWW            : http://example.com/no-uri-given
Comment        : no description given
Annotations    :
Flat size      : 0.00B
Description    :
no description given

penguin@OPNsense:~ $ pkg search speedtest-cli
py311-speedtest-cli-2.1.3      Command line interface for testing internet bandwidth

penguin@OPNsense:~ $ pkg info os-speedtest-community
os-speedtest-community-0.9_5
Name           : os-speedtest-community
Version        : 0.9_5
Installed on   : Tue Aug  6 12:43:50 2024 BST
Origin         : opnsense/os-speedtest-community
Architecture   : FreeBSD:14:amd64
Prefix         : /usr/local
Categories     : net-mgmt
Licenses       : BSD2CLAUSE
Maintainer     : miha.kralj@outlook.com
WWW            : https://opnsense.org/
Comment        : Speedtest
Annotations    :
FreeBSD_version: 1401000
repo_type      : binary
repository     : mimugmail
Flat size      : 36.7KiB
Description    :
An OPNsense wrapper for the speedtest CLI test.
Plugin allows speedtests to be executed periodically
through CRON, generates history of past tests, shows
statistics (avg, min, max) for latency, download and
upload results in the dashboard widget.