@ARGamingPK1
Hi, Nice to see you again.
br-lan
RX packets:634039 errors:0 dropped:54 overruns:0 frame:0
TX packets:520331 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:56577058 (5.3 MiB) TX bytes:63097339 (60.1 MiB)
eth0
RX packets:85253741 errors:0 dropped:0 overruns:336 frame:0
TX packets:7609269 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3106882524 (2.8 GiB) TX bytes:424682478 (5.0 GiB)
Interrupt:4
Compared with more than 100,000 RX packets, I don't think "dropped:54" and " overruns:336" (less than 0.01%)are too much. What do you think?
PS(some relevant explanations borrowed from Github):
"overruns" counts that times when there is FIFO overruns, caused by the rate at which the buffer gets full and the kernel isn't able to empty it.
"dropped" counts things like unintended VLAN tags or receiving IPv6 frames when the interface is not configured for IPv6.
Thank you very much and best regards.