CentOS   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了CentOS 修改网卡队列长度大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

查看网卡配置 ethtool -g eth1 修改网卡配置 ethtool -G eth1 rx 4096 ethtool -G eth1 tx 4096 这样,对于流量非常重的网卡会稍微好点。具体效果还在观察。 [root@localhost ~]# ethtool -g eth1 Ring parameters for eth1: Pre-set maximums: RX: 4096
@H_262_10@
  • 查看网卡配置
    ethtool -g eth1

  • 修改网卡配置
    ethtool -G eth1 rx 4096
    ethtool -G eth1 tx 4096

这样,对于流量非常重的网卡会稍微好点。具体效果还在观察。

[root@localhost ~]@H_404_17@# ethtool -g eth1
Ring parameters for eth1:
Pre-set maximums:
RX:     4096
RX Mini:    0
RX Jumbo:   0
TX:     4096
Current hardware setTings:
RX:     1024
RX Mini:    0
RX Jumbo:   0
TX:     512

[root@localhost ~]@H_404_17@# ethtool -G eth1 rx 4096
[root@localhost ~]@H_404_17@# ethtool -G eth1 tx 4096
[root@localhost ~]@H_404_17@# 
[root@localhost ~]@H_404_17@# 
[root@localhost ~]@H_404_17@# ethtool -g eth1
Ring parameters for eth1:
Pre-set maximums:
RX:     4096
RX Mini:    0
RX Jumbo:   0
TX:     4096
Current hardware setTings:
RX:     4096
RX Mini:    0
RX Jumbo:   0
TX:     4096

大佬总结

以上是大佬教程为你收集整理的CentOS 修改网卡队列长度全部内容,希望文章能够帮你解决CentOS 修改网卡队列长度所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。