Quote:
Originally Posted by nini09
You can use iperf tool to test bandwidth of bonding interface.
|
Installed Iperf and tried pumping data at 40Mbits/sec . MRTG is reporting only 4Mbits/sec. But if I send data at 4Mbits/sec or 7Mbits/sec ,MRTG is reporting fine. So , looks like bonded interface cannot transmit data beyond 10Mbits/sec as MRTG is reporting Max Speed of Bonded Interface to be 10 Mbits/sec. Any suggestion , how to increase the speed of bonded Interface.
Here is Iperf Output for 40Mbits/sec
Server:
======
$ bin/iperf -s -u
------------------------------------------------------------
Server listening on UDP port 5001
Receiving 1470 byte datagrams
UDP buffer size: 122 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.2.149 port 5001 connected with 192.168.2.161 port 51865
------------------------------------------------------------
Client connecting to 192.168.2.161, UDP port 8908
Sending 1470 byte datagrams
UDP buffer size: 122 KByte (default)
------------------------------------------------------------
[ 5] local 192.168.2.149 port 47635 connected with 192.168.2.161 port 8908
[ ID] Interval Transfer Bandwidth Jitter Lost/Total Datagrams
[ 3] 0.0-600.0 sec 2.93 GBytes 42.0 Mbits/sec 0.012 ms 0/2142858 (0%)
[ 3] 0.0-600.0 sec 1 datagrams received out-of-order
[ 5] 0.0-600.0 sec 2.93 GBytes 42.0 Mbits/sec
[ 5] Sent 2142858 datagrams
[ 5] Server Report:
[ 5] 0.0-600.0 sec 2.93 GBytes 42.0 Mbits/sec 0.018 ms 0/2142857 (0%)
[ 5] 0.0-600.0 sec 1 datagrams received out-of-order
Client:
$ bin/iperf -c 192.168.2.149 -b 40Mbit/sec -t 600 -i 60 -d -L 8908
WARNING: option -b implies udp testing
------------------------------------------------------------
Server listening on UDP port 8908
Receiving 1470 byte datagrams
UDP buffer size: 126 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.2.149, UDP port 5001
Sending 1470 byte datagrams
UDP buffer size: 126 KByte (default)
------------------------------------------------------------
[ 4] local 192.168.2.161 port 51865 connected with 192.168.2.149 port 5001
[ 3] local 192.168.2.161 port 8908 connected with 192.168.2.149 port 47635
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-60.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 0.0-60.0 sec 300 MBytes 42.0 Mbits/sec 0.018 ms 0/214285 (0%)
[ 4] 60.0-120.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 60.0-120.0 sec 300 MBytes 42.0 Mbits/sec 0.013 ms 0/214286 (0%)
[ 4] 120.0-180.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 120.0-180.0 sec 300 MBytes 42.0 Mbits/sec 0.015 ms 0/214286 (0%)
[ 4] 180.0-240.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 180.0-240.0 sec 300 MBytes 42.0 Mbits/sec 0.012 ms 0/214285 (0%)
[ 4] 240.0-300.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 240.0-300.0 sec 300 MBytes 42.0 Mbits/sec 0.014 ms 0/214286 (0%)
[ 4] 300.0-360.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 300.0-360.0 sec 300 MBytes 42.0 Mbits/sec 0.013 ms 0/214286 (0%)
[ 4] 360.0-420.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 360.0-420.0 sec 300 MBytes 42.0 Mbits/sec 0.017 ms 0/214285 (0%)
[ 4] 420.0-480.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 420.0-480.0 sec 300 MBytes 42.0 Mbits/sec 0.020 ms 0/214286 (0%)
[ 4] 480.0-540.0 sec 300 MBytes 42.0 Mbits/sec
[ 3] 480.0-540.0 sec 300 MBytes 42.0 Mbits/sec 0.014 ms 0/214286 (0%)
[ 4] 540.0-600.0 sec 300 MBytes 42.0 Mbits/sec
[ 4] 0.0-600.0 sec 2.93 GBytes 42.0 Mbits/sec
[ 4] Sent 2142859 datagrams
[ 3] 540.0-600.0 sec 300 MBytes 42.0 Mbits/sec 0.019 ms 0/214285 (0%)
[ 3] 0.0-600.0 sec 2.93 GBytes 42.0 Mbits/sec 0.018 ms 0/2142857 (0%)
[ 3] 0.0-600.0 sec 1 datagrams received out-of-order
[ 4] Server Report:
[ 4] 0.0-600.0 sec 2.93 GBytes 42.0 Mbits/sec 0.012 ms 0/2142858 (0%)
[ 4] 0.0-600.0 sec 1 datagrams received out-of-order