1 What: /sys/class/<iface>/statistics/collisions
4 Contact: netdev@vger.kernel.org
6 Indicates the number of collisions seen by this network device.
7 This value might not be relevant with all MAC layers.
9 What: /sys/class/<iface>/statistics/multicast
12 Contact: netdev@vger.kernel.org
14 Indicates the number of multicast packets received by this
17 What: /sys/class/<iface>/statistics/rx_bytes
20 Contact: netdev@vger.kernel.org
22 Indicates the number of bytes received by this network device.
23 See the network driver for the exact meaning of when this
26 What: /sys/class/<iface>/statistics/rx_compressed
29 Contact: netdev@vger.kernel.org
31 Indicates the number of compressed packets received by this
32 network device. This value might only be relevant for interfaces
33 that support packet compression (e.g: PPP).
35 What: /sys/class/<iface>/statistics/rx_crc_errors
38 Contact: netdev@vger.kernel.org
40 Indicates the number of packets received with a CRC (FCS) error
41 by this network device. Note that the specific meaning might
42 depend on the MAC layer used by the interface.
44 What: /sys/class/<iface>/statistics/rx_dropped
47 Contact: netdev@vger.kernel.org
49 Indicates the number of packets received by the network device
50 but dropped, that are not forwarded to the upper layers for
51 packet processing. See the network driver for the exact
52 meaning of this value.
54 What: /sys/class/<iface>/statistics/rx_errors
57 Contact: netdev@vger.kernel.org
59 Indicates the number of receive errors on this network device.
60 See the network driver for the exact meaning of this value.
62 What: /sys/class/<iface>/statistics/rx_fifo_errors
65 Contact: netdev@vger.kernel.org
67 Indicates the number of receive FIFO errors seen by this
68 network device. See the network driver for the exact
69 meaning of this value.
71 What: /sys/class/<iface>/statistics/rx_frame_errors
74 Contact: netdev@vger.kernel.org
76 Indicates the number of received frames with error, such as
77 alignment errors. Note that the specific meaning depends on
78 on the MAC layer protocol used. See the network driver for
79 the exact meaning of this value.
81 What: /sys/class/<iface>/statistics/rx_length_errors
84 Contact: netdev@vger.kernel.org
86 Indicates the number of received error packet with a length
87 error, oversized or undersized. See the network driver for the
88 exact meaning of this value.
90 What: /sys/class/<iface>/statistics/rx_missed_errors
93 Contact: netdev@vger.kernel.org
95 Indicates the number of received packets that have been missed
96 due to lack of capacity in the receive side. See the network
97 driver for the exact meaning of this value.
99 What: /sys/class/<iface>/statistics/rx_nohandler
102 Contact: netdev@vger.kernel.org
104 Indicates the number of received packets that were dropped on
105 an inactive device by the network core.
107 What: /sys/class/<iface>/statistics/rx_over_errors
109 KernelVersion: 2.6.12
110 Contact: netdev@vger.kernel.org
112 Indicates the number of received packets that are oversized
113 compared to what the network device is configured to accept
114 (e.g: larger than MTU). See the network driver for the exact
115 meaning of this value.
117 What: /sys/class/<iface>/statistics/rx_packets
119 KernelVersion: 2.6.12
120 Contact: netdev@vger.kernel.org
122 Indicates the total number of good packets received by this
125 What: /sys/class/<iface>/statistics/tx_aborted_errors
127 KernelVersion: 2.6.12
128 Contact: netdev@vger.kernel.org
130 Indicates the number of packets that have been aborted
131 during transmission by a network device (e.g: because of
132 a medium collision). See the network driver for the exact
133 meaning of this value.
135 What: /sys/class/<iface>/statistics/tx_bytes
137 KernelVersion: 2.6.12
138 Contact: netdev@vger.kernel.org
140 Indicates the number of bytes transmitted by a network
141 device. See the network driver for the exact meaning of this
142 value, in particular whether this accounts for all successfully
143 transmitted packets or all packets that have been queued for
146 What: /sys/class/<iface>/statistics/tx_carrier_errors
148 KernelVersion: 2.6.12
149 Contact: netdev@vger.kernel.org
151 Indicates the number of packets that could not be transmitted
152 because of carrier errors (e.g: physical link down). See the
153 network driver for the exact meaning of this value.
155 What: /sys/class/<iface>/statistics/tx_compressed
157 KernelVersion: 2.6.12
158 Contact: netdev@vger.kernel.org
160 Indicates the number of transmitted compressed packets. Note
161 this might only be relevant for devices that support
162 compression (e.g: PPP).
164 What: /sys/class/<iface>/statistics/tx_dropped
166 KernelVersion: 2.6.12
167 Contact: netdev@vger.kernel.org
169 Indicates the number of packets dropped during transmission.
170 See the driver for the exact reasons as to why the packets were
173 What: /sys/class/<iface>/statistics/tx_errors
175 KernelVersion: 2.6.12
176 Contact: netdev@vger.kernel.org
178 Indicates the number of packets in error during transmission by
179 a network device. See the driver for the exact reasons as to
180 why the packets were dropped.
182 What: /sys/class/<iface>/statistics/tx_fifo_errors
184 KernelVersion: 2.6.12
185 Contact: netdev@vger.kernel.org
187 Indicates the number of packets having caused a transmit
188 FIFO error. See the driver for the exact reasons as to why the
189 packets were dropped.
191 What: /sys/class/<iface>/statistics/tx_heartbeat_errors
193 KernelVersion: 2.6.12
194 Contact: netdev@vger.kernel.org
196 Indicates the number of packets transmitted that have been
197 reported as heartbeat errors. See the driver for the exact
198 reasons as to why the packets were dropped.
200 What: /sys/class/<iface>/statistics/tx_packets
202 KernelVersion: 2.6.12
203 Contact: netdev@vger.kernel.org
205 Indicates the number of packets transmitted by a network
206 device. See the driver for whether this reports the number of all
207 attempted or successful transmissions.
209 What: /sys/class/<iface>/statistics/tx_window_errors
211 KernelVersion: 2.6.12
212 Contact: netdev@vger.kernel.org
214 Indicates the number of packets not successfully transmitted
215 due to a window collision. The specific meaning depends on the
216 MAC layer used. On Ethernet this is usually used to report
217 late collisions errors.