iperf

Measure network bandwidth between computers. More information: <https://iperf.fr>.

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