iperf 최신 버전 설치
install iperf latest version/ yum이나 apt에서 제공하는 iperf3 버전은 많이 낡았다. 최신버전은 –bidir (양방향) 측정을 지원한다.
Debian Linux
apt purge iperf3 apt -y install build-essential lib32z1 git clone https://github.com/esnet/iperf.git /opt/iperf cd /opt/iperf ./configure make -j$(nproc) && make install