iperf3 is the official iperf3 repository, a network performance measurement tool for testing maximum achievable bandwidth on IP networks. It supports TCP, UDP, and SCTP testing, making it useful for a wide range of network troubleshooting and benchmarking scenarios. The tool reports throughput, bitrate, packet loss, and other measurement details for each test. iperf3 was redesigned from the original iperf with a smaller codebase, a cleaner architecture, and library functionality that can be used by other programs. It includes features such as zero-copy mode, optional JSON output, protocol tuning, buffer tuning, and timing controls. Overall, it is a trusted utility for network engineers, research networks, developers, and administrators who need reliable active bandwidth testing.
Features
- TCP, UDP, and SCTP bandwidth measurement
- Throughput, bitrate, packet loss, and performance reporting
- Client-server testing model for active network measurement
- Protocol, timing, and buffer tuning options
- Optional JSON output for automation and analysis
- Zero-copy mode and library functionality for advanced use