Hi,
We have recently installed the 10G Qlogic network adapters on Linux Server having more than 20GB of memory. i am using RHEL 6.4 on servers. the performance of 10G interface is not what i as expecting.
i used iperf to the case scenarios on Linux Server.
the maximum transfer rate is 4.50 Gbit/sec.
i have tuned the following
Code:
sysctl -w net.core.rmem_max=134217728
sysctl -w net.core.wmem_max=134217728
sysctl -w net.ipv4.tcp_rmem="4096 87380 134217728"
sysctl -w net.ipv4.tcp_wmem="4096 65536 134217728"
sysctl -w net.core.netdev_max_backlog=300000
sysctl -w net.ipv4.tcp_moderate_rcvbuf=1
MTU=9000
can any one help on this to achieve the 9.5Gbbit/s results.