Beginning with kernel 2.6.37, it has been changed the meaning of dropped packet count. Before, dropped packets was most likely due to an error. Now, the rx_dropped counter shows statistics for dropped frames because of: Softnet backlog full -- (Measured from /proc/net/softnet_stat) ...
Customers have reported seeing dropped packets when examining statistics on their network card, bonds, or virtual interfaces. ResolutionWorking as designed. CauseBeginning with kernel 2.6.37, it has been changed the meaning of dropped packet count. Before, dropped packets was most likely due to an...
View output fromifconfigand note dropped packets are reported: Raw $ ifconfig eth0 eth0 Link encap:Ethernet HWaddr AA:AA:AA:AA:AA:A1 UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:1139698 errors:0 dropped:365956 overruns:0 frame:0 TX packets:232 errors:0 dropped:0 ov...
overrunscounts 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.stats->rx_fifo_errors At last,droppedcounts things like unintended VLAN tags or receiving IPv6 frames when the interface is not configured for IPv6...
TX packets:110230 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:14862206 (14.1 MiB) TX bytes:5251125 (5.0 MiB) 其中UPBROADCAST RUNNING PROMISC MULTICAST的PROMISC说明网卡eth1已经设置成混杂模式。 字段含义说明:eth0/eth1: 分别表示第一块网卡和第二块网卡;lo: 表示回...
# ifconfig bond0 bond0 Link encap:Ethernet HWaddr AA:BB:CC:DD:EE:FF inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MASTER MULTICAST MTU:9000 Metric:1 RX packets:206421992 errors:34512 dropped:0 overruns:0 frame:34512 TX packets:556269108 errors:0 dropped:0 ov...
TX packets 6680 bytes 484606 (484.6 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) ...
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1224 (1.1 KiB)TX bytes:1224 (1.1 KiB) 说明: eth0表示第一块网卡, 其中HWaddr表示网卡的物理地址,我们可以看到目前这 个网卡的物理地址(MAC地址)是00:0C:29:BC:7A:1B;inet addr用来表示网卡 ...
255.255.255.0 inet6 addr: fe80::20c:29ff:fe02:2733/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1555 errors:0 dropped:0 overruns:0 frame:0 TX packets:26 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:144866 (141.4 KiB) TX ...
TX packets:8873 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3140421 (2.9 MiB) TX bytes:3140421 (2.9 MiB) usb0 Link encap:Ethernet HWaddr 5E:F3:FC:E1:D2:19 inet addr:169.254.95.120 Bcast:169.254.95.255 Mask:255.255.255.0 inet6 addr: fe80::5cf3:fcff:fe...