Pages

2014-10-02

[Ubuntu12.04]Network Performance Test using iperf



Test Network Bandwidth

###Package: iperf

###Rx(Server)
#10G NIC card
#IP: 10.2.107.2

$ sudo apt-get install iperf
$ iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
[  4] local 10.2.107.2 port 5001 connected with 10.2.106.2 port 44400
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec  10.9 GBytes  9.39 Gbits/sec


###Tx(Client)
#10G NIC card
#IP: 10.2.106.2

$ sudo apt-get install iperf
$ ubuntu@ubuntu:~/.cache/checkbox$ iperf -c 10.2.107.2
------------------------------------------------------------
Client connecting to 10.2.107.2, TCP port 5001
TCP window size: 22.9 KByte (default)
------------------------------------------------------------
[  3] local 10.2.106.2 port 44400 connected with 10.2.107.2 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  10.9 GBytes  9.40 Gbits/sec
ubuntu@ubuntu:~/.cache/checkbox$



No comments:

Post a Comment