Linux/iperf

리눅스 iperf 설치 방법

준섭이 2013. 12. 19. 17:11
728x90

** 리눅스 iperf 설치


1. iperf 다운로드

http://sourceforge.net/projects/iperf/files/iperf-2.0.5.tar.gz/download 에서 iperf 다운로드

iperf-2.0.5.tar.gz

혹은... wget http://sourceforge.net/projects/iperf/files/iperf-2.0.5.tar.gz


2. 압축 풀기

 - tar zxvf iperf-2.0.5.tar.gz

3. 압축푼 폴더에서 configure

 - ./configure

4. make

5. make install