Request MX-23: speedtest
Posted: Sun Nov 19, 2023 1:04 am
A handy command line interface for speedtest.net
https://www.speedtest.net/apps/cli
I regularly add speedtest-cli to MX instances by adding e.g. towards the top of their installer script and then launching the script manually under a root instance in terminal. I download the script via and adapt it, instead of following their Ubuntu/Debian directions explicitly, because as is it doesn't recognize MX's identifying information as a supported distro.
I would find it helpful to have something already configured at hand in one of the official MX repos and suspect that if findable in the MX Package Installer others might find the tool to be of use as well.
https://www.speedtest.net/apps/cli
I regularly add speedtest-cli to MX instances by adding e.g.
Code: Select all
os=debian dist=bookworm
Code: Select all
sudo su
Code: Select all
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh >> speedtest-script.deb.sh
I would find it helpful to have something already configured at hand in one of the official MX repos and suspect that if findable in the MX Package Installer others might find the tool to be of use as well.