Het is echt simpel download de exe
http://gotfish.nl.eu.org/iperf.exe
(oops foutje in de link og -> org )

of als je het niet vertrouwd ergens anders, whatever
server
>iperf -s
en de client
>iperf -c [ipadres server]
en wat grote paketjes
>iperf -c [ipadres server] -w 64000
eg (op mijn laptop wireless g)
C:\Users\admin\Desktop>iperf -c 192.168.0.60
------------------------------------------------------------
Client connecting to 192.168.0.60, TCP port 5001
TCP window size: 64.0 KByte (default)
------------------------------------------------------------
[156] local 192.168.0.106 port 52700 connected with 192.168.0.60 port 5001
[ ID] Interval Transfer Bandwidth
[156] 0.0-10.0 sec 23.9 MBytes 20.0 Mbits/sec
C:\Users\admin\Desktop>iperf -c 192.168.0.60 -w 64000
------------------------------------------------------------
Client connecting to 192.168.0.60, TCP port 5001
TCP window size: 62.5 KByte
------------------------------------------------------------
[156] local 192.168.0.106 port 52748 connected with 192.168.0.60 port 5001
[ ID] Interval Transfer Bandwidth
[156] 0.0-10.0 sec 25.4 MBytes 21.2 Mbits/sec
en beide kanten op
C:\Users\admin\Desktop>iperf -c 192.168.0.60 -w 64000 -r
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 62.5 KByte
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.0.60, TCP port 5001
TCP window size: 62.5 KByte
------------------------------------------------------------
[172] local 192.168.0.106 port 52843 connected with 192.168.0.60 port 5001
[ ID] Interval Transfer Bandwidth
[172] 0.0-10.0 sec 26.9 MBytes 22.5 Mbits/sec
[188] local 192.168.0.106 port 5001 connected with 192.168.0.60 port 3869
[ ID] Interval Transfer Bandwidth
[188] 0.0-10.0 sec 23.5 MBytes 19.6 Mbits/sec
C:\Users\admin\Desktop>
of tegelijkertijd
C:\Users\admin\Desktop>iperf -c 192.168.0.60 -w 64000 -d
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 62.5 KByte
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.0.60, TCP port 5001
TCP window size: 62.5 KByte
------------------------------------------------------------
[172] local 192.168.0.106 port 52886 connected with 192.168.0.60 port 5001
[188] local 192.168.0.106 port 5001 connected with 192.168.0.60 port 3870
[ ID] Interval Transfer Bandwidth
[188] 0.0-10.0 sec 12.1 MBytes 10.2 Mbits/sec
[172] 0.0-10.1 sec 12.7 MBytes 10.6 Mbits/sec
[
Voor 103% gewijzigd door
Fish op 24-06-2013 20:23
]