CentOS 5.6 32位元
1. 下載程式iperf
#wget http://sourceforge.net/projects/iperf/files/latest/download
2. 安裝iperf(client)
#tar -zxvf iperf-2.0.5.tar.gz
#cd iperf-2.0.5
#./configure
#make
#make install
#iperf -c 192.168.1.1 -t 60 -i 30
3. 安裝iperf(server)
#tar -zxvf iperf-2.0.5.tar.gz
#cd iperf-2.0.5
#./configure
#make
#make install
#iperf -s
4. iperf 圖形介面
#wget https://xjperf.googlecode.com/files/jperf2.0.0.zip
#unzip jperf2.0.0.zip
#sh jperf.sh

CentOS 6.4 64位元
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install iperf