[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Ethernet CRC errors statistics in Linux



It could be that the driver you are using doesn't report those statistics.  It's also possible you haven't had any errors in that
time.  In my statistics below, the send/receive byte counts have overflowed the 32-bit limit many times, so don't believe them.  I
probably download 2-10 gigabytes per day, and the uptime is 33 days.

# cat /proc/net/dev
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo:2756594713 12545043    0    0    0     0          0         0 2756594713 12545043    0    0    0     0       0          0
eth-int:1840176101 158165784    0 2398 2398  2398          0     30001 1404160007 285315773    0    0    0     0       5          0
eth-ext:372772043 272335957   41    0  762    41          0         0 2455504315 268065658    0    0    0     0       0          0

# ifconfig
eth-ext   Link encap:Ethernet  HWaddr 00:50:da:12:3e:5f
          inet addr:x.x.x.x  Bcast:x.x.x.x  Mask:255.255.255.0
          inet6 addr: fe80::250:daff:fe12:3e5f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:272336213 errors:41 dropped:0 overruns:762 frame:41
          TX packets:268065969 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:372864777 (355.5 MiB)  TX bytes:2455710933 (2.2 GiB)
          Interrupt:18 Base address:0x2c00

eth-int   Link encap:Ethernet  HWaddr 00:24:8c:3d:7d:ba
          inet addr:192.168.11.1  Bcast:192.168.11.255  Mask:255.255.255.0
          inet6 addr: fe80::224:8cff:fe3d:7dba/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:158165784 errors:0 dropped:2398 overruns:2398 frame:2398
          TX packets:285315773 errors:0 dropped:0 overruns:0 carrier:5
          collisions:0 txqueuelen:1000
          RX bytes:1840176101 (1.7 GiB)  TX bytes:1404160007 (1.3 GiB)
          Interrupt:29

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12545043 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12545043 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2756594713 (2.5 GiB)  TX bytes:2756594713 (2.5 GiB)

# ethtool -i eth-ext
driver: 3c59x
version:
firmware-version:
bus-info: 0000:05:02.0

# ethtool -i eth-int
driver: ATL1E
version: 1.0.0.7-NAPI
firmware-version: L1e
bus-info: 0000:01:00.0



Reply to: