iperf3

Traffic generator for testing network bandwidth. More information: <https://iperf.fr>.

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