speedtest

Official command-line interface for testing internet bandwidth using https://speedtest.net. Note: some platforms link speedtest to speedtest-cli. If some of the examples in this page don't work, see speedtest-cli. More information: <https://www.speedtest.net/apps/cli>.

Debian Debian
RUN apt-get update && \ apt-get install -y speedtest-cli
Ubuntu
RUN apt-get update && \ apt-get install -y speedtest-cli
Alpine
RUN apk add speedtest-cli
Arch Arch Linux
RUN pacman -S --noconfirm speedtest-cli
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y speedtest-cli
Fedora
RUN dnf install -y speedtest-cli
Raspbian
RUN apt-get update && \ apt-get install -y speedtest-cli
click the source code to copy install speedtest on any operating system with command-not-found.com