2013年4月15日 星期一

How to use iperf for Windows/Linux platform stress


How to use iperf for Windows/Linux platform stress


Server side  - Please run server side first

#For IPv4
iperf -s -p 2001
iperf -s -p 2002

#For IPv6
iperf -s  -V -p 2001
iperf -s  -V -p 2002

=======================================================

Client side
#For 10G:

iperf -c 192.1.1.200 -w 512K -l 64K -t 259200 -p 2001 -i 10 -P 4 >> iperf_2001.log

If –P 4 not enough for your stress loading, please try use 8 / 16  to replace 4.

#For 1G:

iperf -c 192.1.1.200 -w 512K -l 64K -t 259200 -i 10 -p 2001 >> iperf_2001.log
iperf -c 192.2.1.200 -w 512K -l 64K -t 259200 -i 10 -p 2002 >> iperf_2002.log


#For IPv6:
iperf -c 3ffe:501:ffff::200 -w 512K -l 64K -t 259200 -p 2008 -V >> iperf_2008.log
PS. -V is iPv6 required parameter.
[User Experience]
iperf performance linux OS better than Windows OS.
Suggest Use Linux Client for platform Stress.

2 則留言:

  1. 您好:
    可以請教一個關於Iperf的問題嗎?
    我有兩台具有10GbE x2的server
    兩台10GbE LAN對接互測iperf 發現Bandwidth 的值都低於8G,如果只測試一方的話值都可以到達9G以上,我設定的參數如下。請問是不是我設定有誤導致Bandwidth 數值過低。
    server:iperf -s
    Client:iperf -c ip address -w 128k -l 24k -i 10 -t 999999

    回覆刪除
    回覆
    1. 你是不是4個port都接 兩個對兩個
      只接兩個port 1對1 效能才正常
      這問題我有遇過
      可能是網卡fw問題

      刪除

(TOP)Temp for soulin only

123