Eu sei que isso é antigo, mas postar no caso de ajudar alguém.
Citação de documentação do usuário do iPerf 2
If iPerf is in server mode, then specifying a host with -c will limit the connections that iPerf will accept to the host specified. Does not work well for UDP.
Eu usei isso para realizar testes de taxa de transferência TCP no Windows 7 de 64 bits das interfaces LAN para WiFi. Funcionou bem com iperf 2.0.8 ou 2.0.5 , não tenho certeza sobre outras versões. Veja abaixo os comandos usados.
iperf.exe -B 192.168.0.1 -s -c 192.168.0.2 -P 0 -i 1 -p 5001 -f m
iperf.exe -B 192.168.0.2 -c 192.168.0.1 -P 1 -i 1 -p 5001 -f m -t 100 -F c:\data.bin