Migrando dal vecchio server a quello nuovo, dopo aver impostato tutti i servizi, noto un grosso pacchetto di pacchetti rx nella mia scheda di rete:
$ ifconfig eth2 | grep 'RX.*drop'
RX packets:2059646370 errors:0 dropped:7142467 overruns:0 frame:0
Ma /sys/class/net/eth2/statistics/rx_dropped
non mostrare nulla:
$ cat /sys/class/net/eth2/statistics/rx_dropped
0
Quindi vedo che rx_missed_errors
:
$ cat /sys/class/net/eth2/statistics/rx_missed_errors
7142467
Come posso risolvere i problemi e scoprire quale causa rx_missed_errors
?
Sto eseguendo Ubuntu 12.04.5 LTS, con:
$ ethtool -i eth2
driver: ixgbe
version: 3.15.1-k
firmware-version: 0x800003e1
bus-info: 0000:07:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes