rx_fcs_errors 的含义

rx_fcs_errors 的含义

在我的服务器上,我确实在 ifconfig 中看到了 RX 帧错误:

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether d0:50:99:30:f6:81  txqueuelen 1000  (Ethernet)
        RX packets 11604295  bytes 3261247616 (3.0 GiB)
        RX errors 7339  dropped 0  overruns 0  frame 7333
        TX packets 15597184  bytes 12823395455 (11.9 GiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 18

通过深入挖掘,我发现 ethtool -S eth0 中出现了以下错误计数器:

rx_fcs_errors: 7326

但是,我找不到任何有意义的解释来解释这个计数器的含义。我的 NIC 并没有真正出现问题,但我与这个小型服务器的 openVPN 连接出现了问题,因此我试图找到根本原因。需要购买新的 NIC 吗?

谢谢

相关内容