china blue
linux下⽹卡配置速率和⾃协商,linux查看和改变⽹卡⼯作速率同⼀机柜其它机器都在千兆模式但有⼏台却是百兆,调整速度后还⾃动降速到百兆. 最后让机房换了⽹线⽴马解决问题,数据库的进程排队也降低了 查看⽹卡信息,⽹卡⽀持千兆但⼯作在百兆. ethtool eth2 Advertid link modes: 10baT/Half 10baT/Full 100baT/
同⼀机柜其它机器都在千兆模式但有⼏台却是百兆,调整速度后还⾃动降速到百兆.
最后让机房换了⽹线⽴马解决问题,数据库的进程排队也降低了
查看⽹卡信息,⽹卡⽀持千兆但⼯作在百兆.
ethtool eth2
Advertid link modes: 10baT/Half 10baT/Full
100baT/Half 100baT/Full
hollister>小学生上网的坏处1000baT/Full
Advertid pau frame u: No
invoke
Advertid auto-negotiation: Yes
Speed: 100Mb/s
汉堡包英语
至死不渝的近义词Duplex: Full
调整到千兆
ethtool -s eth2 speed 1000 duplex full
peacetail /var/log/messages
Oct 23 10:17:22 C1g kernel: e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Oct 23 10:17:23 C1g kernel: e1000e: eth2 NIC Link is Down
Oct 23 10:17:33 C1g kernel: e1000e: eth2 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
cnn向港警道歉Oct 23 10:17:33 C1g kernel: 0000:03:00.1: eth2: 10/100 speed: disabling TSO
⼜变回到百兆
ethtool备注
ethtool ethX //查询ethX⽹⼝基本设置
ethtool –h //显⽰ethtool的命令帮助(help)
cultivated
ethtool –i ethX //查询ethX⽹⼝的相关信息
ethtool –d ethX //查询ethX⽹⼝注册性信息
deepocean
ethtool –r ethX //重置ethX⽹⼝到⾃适应模式
ethtool –S ethX //查询ethX⽹⼝收发包统计
ethtool –s ethX [speed 10|100|1000]\ //设置⽹⼝速率10/100/1000M
[duplex half|full]\ //设置⽹⼝半/全双⼯
[autoneg on|off]\ //设置⽹⼝是否⾃协商