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?
pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-freebsd13-x86_64.pkg"
Thanks!
And would you mind to share the command to use in case I want to uninstall it?
Thanks.
pkg remove speedtest
doesn't work for me
pkg remove ookla-speedtest
probably. In case that still does not work try
pkg info | grep speedtest
to find the proper package name.
I mean the cli command to install
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.