- 查看网卡配置
ethtool -g eth1
- 修改网卡配置
ethtool -G eth1 rx 4096
ethtool -G eth1 tx 4096
本文详细介绍了如何使用ethtool工具查看和修改网卡配置,包括获取H1网卡的配置信息以及设置RX和TX速率。适合系统管理员和网络工程师了解和优化网络设置。
ethtool -g eth1
ethtool -G eth1 rx 4096
ethtool -G eth1 tx 4096
4796

被折叠的 条评论
为什么被折叠?