0% found this document useful (0 votes)
129 views1 page

Iperf

This document describes how to use the iperf tool to test network bandwidth using single and multiple parallel network connections. The iperf command connects to a remote host and measures bandwidth over 100MB of data transfer by default. Using the -P option allows running multiple parallel iperf connections to measure the combined bandwidth of N connections simultaneously. An example shows running 3 parallel connections, displaying the individual and total bandwidth results.

Uploaded by

buitenzorg1979
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views1 page

Iperf

This document describes how to use the iperf tool to test network bandwidth using single and multiple parallel network connections. The iperf command connects to a remote host and measures bandwidth over 100MB of data transfer by default. Using the -P option allows running multiple parallel iperf connections to measure the combined bandwidth of N connections simultaneously. An example shows running 3 parallel connections, displaying the individual and total bandwidth results.

Uploaded by

buitenzorg1979
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

C:\iperf>iperf -c netflow01.acd.

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

You might also like