网卡或者驱动丢包 packet receive errors
生活随笔
收集整理的這篇文章主要介紹了
网卡或者驱动丢包 packet receive errors
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
網(wǎng)卡或者驅(qū)動丟包
之前講過,如果ethtool -S eth0中有rx_***_errors那么很可能是網(wǎng)卡有問題,導(dǎo)致系統(tǒng)丟包,需要聯(lián)系服務(wù)器或者網(wǎng)卡供應(yīng)商進(jìn)行處理。
# ethtool -S eth0 | grep rx_ | grep errors
rx_crc_errors: 0
rx_missed_errors: 0
rx_long_length_errors: 0
rx_short_length_errors: 0
rx_align_errors: 0
rx_errors: 0
rx_length_errors: 0
rx_over_errors: 0
rx_frame_errors: 0
rx_fifo_errors: 0
[root@bogon ~]# ethtool -S enahisic2i3 | grep rx_ | grep errors
rx_errors: 0
rx_over_errors: 0
rx_crc_errors: 0
rx_frame_errors: 0
rx_fifo_errors: 0
rx_missed_errors: 0
rx_length_errors: 0
總結(jié)
以上是生活随笔為你收集整理的网卡或者驱动丢包 packet receive errors的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Git中文件的4种状态Untracked
- 下一篇: 获取百度网盘真实下载连接