位置: 编程技术 - 正文
推荐整理分享CentOS下千兆网卡带宽测试详解(centos7网卡强制千兆),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:centos 网卡速率,linux千兆网卡,centos7网卡强制千兆,centos7网卡强制千兆,centos千兆网卡改成百兆,centos千兆网卡改成百兆,centos千兆网卡只有百兆,centos千兆网卡改成百兆,内容如对您有帮助,希望把文章链接给更多的朋友!
iperf 是一个基于C/S模型的纯带宽测试软件,可以测试网卡的吞吐量。
iperf的好处是纯粹发包和接收,防止硬盘拖后腿,影响测试结果。
本文以千兆网卡Bcom 进行测试,环境CentOS 6.4 x
在两台机器上分别安装iperf
yum install iperf --enablerepo=epel
在其中一台以服务端方式启动,并开放防火墙端口
iperf -s -i 1 -w k
启动结果如下:
Server listening on TCP port
TCP window size: KByte
在另一台上,以客户端方式连接到服务端,测试分钟
iperf -c ... -i 1 -w k -t
此时,服务端会显示如下信息
[ 4] local ... port connected with ... port
[ ID] Interval Transfer Bandwidth
[ 4] 0.0- 1.0 sec MBytes Mbits/sec
[ 4] 1.0- 2.0 sec MBytes Mbits/sec
[ 4] 2.0- 3.0 sec MBytes Mbits/sec
[ 4] 3.0- 4.0 sec MBytes Mbits/sec
[ 4] 4.0- 5.0 sec MBytes Mbits/sec
[ 4] 5.0- 6.0 sec MBytes Mbits/sec
[ 4] 6.0- 7.0 sec MBytes Mbits/sec
[ 4] 7.0- 8.0 sec MBytes Mbits/sec
客户端信息则是
3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] .0-.0 sec MBytes Mbits/sec
以上信息显示,当前网卡传输速度约为Mbit/s,接近理论速度1G/s,下载速度M/s,也接近理论速度M/s,通过cacti 带宽监控,也显示上述统计结果。
至此,千兆网卡验明正身。
补充说明,影响带宽的可能原因有很多:
1、交换机是百兆的,通信枢纽
2、千兆网卡工作在百兆模式,参与测试的机器任意一台工作在百兆都不行
3、用真实的硬盘文件进行测试,硬盘速度拖后腿
关闭Centos启动进度条恢复显示命令详细信息 CentOS等Linux系统启动后可能会出现读进度条等待进入系统的过程,我们可以将它恢复到显示详细启动过程模式。使用root用户修改/boot/grub/grub.conf文件。[ro
CentOS6.X 字符集优化详解 最近在进行php-fpm内存优化,运行命令pmap$(pgrepphp-fpm|head-n1)发现内存载入了一个M的大文件/usr/lib/locale/locale-archive这个文件是关于语言支持的,默认包含
CentOS使用脚本管理服务的详解 1、使用工具:chkconfig管理/etc/rc.d/init.d或/etc/init.d/目录下的服务启动脚本。要在服务启动脚本开头添加两行:#chkconfig:#description:XXXXXXXXXXXXXXX这样就
标签: centos7网卡强制千兆
本文链接地址:https://www.jiuchutong.com/biancheng/357076.html 转载请保留说明!友情链接: 武汉网站建设