Skip to content

iPerf3

Overview

iPerf3 is a tool for active measurements of the maximum achievable bandwidth on IP networks, supporting TCP, UDP, and SCTP protocols over both IPv4 and IPv6.


Deployment

sb install iperf3

Usage

iperf3 --help

The binary built from source and installed to /usr/local/bin/iperf3. Run it manually from the command line in server mode (iperf3 -s) or client mode (iperf3 -c <server_ip>) as needed for network testing.