hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/Documentation/ABI/testing/sysfs-class-net-statistics
....@@ -51,6 +51,14 @@
5151 packet processing. See the network driver for the exact
5252 meaning of this value.
5353
54
+What: /sys/class/<iface>/statistics/rx_errors
55
+Date: April 2005
56
+KernelVersion: 2.6.12
57
+Contact: netdev@vger.kernel.org
58
+Description:
59
+ Indicates the number of receive errors on this network device.
60
+ See the network driver for the exact meaning of this value.
61
+
5462 What: /sys/class/<iface>/statistics/rx_fifo_errors
5563 Date: April 2005
5664 KernelVersion: 2.6.12
....@@ -88,6 +96,14 @@
8896 due to lack of capacity in the receive side. See the network
8997 driver for the exact meaning of this value.
9098
99
+What: /sys/class/<iface>/statistics/rx_nohandler
100
+Date: February 2016
101
+KernelVersion: 4.6
102
+Contact: netdev@vger.kernel.org
103
+Description:
104
+ Indicates the number of received packets that were dropped on
105
+ an inactive device by the network core.
106
+
91107 What: /sys/class/<iface>/statistics/rx_over_errors
92108 Date: April 2005
93109 KernelVersion: 2.6.12