Skip to content

Commit e528afb

Browse files
julianwiedmanndavem330
authored andcommitted
Documentation: net-sysfs: describe missing statistics
Sync the ABI description with the interface statistics that are currently available through sysfs. CC: Jarod Wilson <[email protected]> CC: Jonathan Corbet <[email protected]> CC: [email protected] Signed-off-by: Julian Wiedmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 199f3ac commit e528afb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/ABI/testing/sysfs-class-net-statistics

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ Description:
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+
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 @@ Description:
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+
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

0 commit comments

Comments
 (0)