Iperf
Iperf
net -n 100M
Will display like:
-----------------------------------------------------------Client connecting to netflow01.acd.net, TCP port 5001
TCP window size: 8.00 KByte (default)
-----------------------------------------------------------[1908] local 69.63.233.190 port 3614 connected with 207.179.118.136 port 5001
[ ID] Interval
Transfer
Bandwidth
[1908] 0.0- 8.9 sec 100 MBytes 94.0 Mbits/sec
Running Multiple Parallel Connections
The argument -P # where # represents the number of parallel connections you want
to run.
C:\iperf>iperf -c netflow01.acd.net -P 3
Will output like:
-----------------------------------------------------------Client connecting to netflow01.acd.net, TCP port 5001
TCP window size: 8.00 KByte (default)
-----------------------------------------------------------[1872] local 69.89.110.216 port 3065 connected with 207.179.118.136 port 5001
[1888] local 69.89.110.216 port 3064 connected with 207.179.118.136 port 5001
[1908] local 69.89.110.216 port 3063 connected with 207.179.118.136 port 5001
[ ID] Interval
Transfer
Bandwidth
[1908] 0.0-130.4 sec 456 KBytes 28.6 Kbits/sec
[1872] 0.0-130.4 sec 264 KBytes 16.6 Kbits/sec
[1888] 0.0-130.9 sec 208 KBytes 13.0 Kbits/sec
[SUM] 0.0-130.9 sec 928 KBytes 58.1 Kbits/sec