Measures the maximum achievable bandwidth on IP networks
iperf3 is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the bandwidth, loss, and other parameters.
iperf3 is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the bandwidth, loss, and other parameters.
To install iperf3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install iperf3
To see what files were installed by iperf3, run:
port contents iperf3
To later upgrade iperf3, run:
sudo port selfupdate && sudo port upgrade iperf3
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.