欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

CentOS下千兆網(wǎng)卡帶寬測試詳解

  發(fā)布時間:2016-12-21 11:38:48   作者:佚名   我要評論
今天小編為大家?guī)淼氖荂entOS下千兆網(wǎng)卡帶寬測試詳解;希望對大家會有幫助,有需要的朋友一起去看看吧

iperf 是一個基于C/S模型的純帶寬測試軟件,可以測試網(wǎng)卡的吞吐量。

iperf的好處是純粹發(fā)包和接收,防止硬盤拖后腿,影響測試結果。

本文以千兆網(wǎng)卡Bcom 5720 進行測試,環(huán)境CentOS 6.4  x64

在兩臺機器上分別安裝iperf

yum  install iperf --enablerepo=epel

在其中一臺以服務端方式啟動,并開放防火墻5001端口

iperf -s -i 1 -w 448k

啟動結果如下:

Server listening on TCP port 5001

TCP window size:  448 KByte

在另一臺上,以客戶端方式連接到服務端,測試10分鐘

iperf -c 10.10.10.22 -i 1 -w 448k -t 600

此時,服務端會顯示如下信息

[  4] local 10.10.10.22 port 5001 connected with 10.10.10.11 port 56251

[ ID] Interval       Transfer     Bandwidth

[  4]  0.0- 1.0 sec   112 MBytes   941 Mbits/sec

[  4]  1.0- 2.0 sec   112 MBytes   941 Mbits/sec

[  4]  2.0- 3.0 sec   112 MBytes   941 Mbits/sec

[  4]  3.0- 4.0 sec   112 MBytes   941 Mbits/sec

[  4]  4.0- 5.0 sec   112 MBytes   941 Mbits/sec

[  4]  5.0- 6.0 sec   112 MBytes   941 Mbits/sec

[  4]  6.0- 7.0 sec   112 MBytes   941 Mbits/sec

[  4]  7.0- 8.0 sec   112 MBytes   941 Mbits/sec

客戶端信息則是

  3] 46.0-47.0 sec    112 MBytes    942 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 47.0-48.0 sec    112 MBytes    941 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 48.0-49.0 sec    112 MBytes    942 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 49.0-50.0 sec    112 MBytes    941 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 50.0-51.0 sec    112 MBytes    942 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 51.0-52.0 sec    112 MBytes    941 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 52.0-53.0 sec    112 MBytes    941 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 53.0-54.0 sec    112 MBytes    942 Mbits/sec

[ ID] Interval       Transfer     Bandwidth

[  3] 54.0-55.0 sec    112 MBytes    941 Mbits/sec

以上信息顯示,當前網(wǎng)卡傳輸速度約為940Mbit/s,接近理論速度1G/s,下載速度112M/s,也接近理論速度125M/s,通過cacti 帶寬監(jiān)控,也顯示上述統(tǒng)計結果。

至此,千兆網(wǎng)卡驗明正身。

補充說明,影響帶寬的可能原因有很多:

1、交換機是百兆的,通信樞紐

2、千兆網(wǎng)卡工作在百兆模式,參與測試的機器任意一臺工作在百兆都不行

3、用真實的硬盤文件進行測試,硬盤速度拖后腿

相關文章

最新評論