~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-class-net-statistics

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/testing/sysfs-class-net-statistics (Version linux-6.12-rc7) and /Documentation/ABI/testing/sysfs-class-net-statistics (Version linux-4.12.14)


  1 What:           /sys/class/net/<iface>/statist !!   1 What:           /sys/class/<iface>/statistics/collisions
  2 Date:           April 2005                          2 Date:           April 2005
  3 KernelVersion:  2.6.12                              3 KernelVersion:  2.6.12
  4 Contact:        netdev@vger.kernel.org              4 Contact:        netdev@vger.kernel.org
  5 Description:                                        5 Description:
  6                 Indicates the number of collis      6                 Indicates the number of collisions seen by this network device.
  7                 This value might not be releva      7                 This value might not be relevant with all MAC layers.
  8                                                     8 
  9 What:           /sys/class/net/<iface>/statist !!   9 What:           /sys/class/<iface>/statistics/multicast
 10 Date:           April 2005                         10 Date:           April 2005
 11 KernelVersion:  2.6.12                             11 KernelVersion:  2.6.12
 12 Contact:        netdev@vger.kernel.org             12 Contact:        netdev@vger.kernel.org
 13 Description:                                       13 Description:
 14                 Indicates the number of multic     14                 Indicates the number of multicast packets received by this
 15                 network device.                    15                 network device.
 16                                                    16 
 17 What:           /sys/class/net/<iface>/statist !!  17 What:           /sys/class/<iface>/statistics/rx_bytes
 18 Date:           April 2005                         18 Date:           April 2005
 19 KernelVersion:  2.6.12                             19 KernelVersion:  2.6.12
 20 Contact:        netdev@vger.kernel.org             20 Contact:        netdev@vger.kernel.org
 21 Description:                                       21 Description:
 22                 Indicates the number of bytes      22                 Indicates the number of bytes received by this network device.
 23                 See the network driver for the     23                 See the network driver for the exact meaning of when this
 24                 value is incremented.              24                 value is incremented.
 25                                                    25 
 26 What:           /sys/class/net/<iface>/statist !!  26 What:           /sys/class/<iface>/statistics/rx_compressed
 27 Date:           April 2005                         27 Date:           April 2005
 28 KernelVersion:  2.6.12                             28 KernelVersion:  2.6.12
 29 Contact:        netdev@vger.kernel.org             29 Contact:        netdev@vger.kernel.org
 30 Description:                                       30 Description:
 31                 Indicates the number of compre     31                 Indicates the number of compressed packets received by this
 32                 network device. This value mig     32                 network device. This value might only be relevant for interfaces
 33                 that support packet compressio     33                 that support packet compression (e.g: PPP).
 34                                                    34 
 35 What:           /sys/class/net/<iface>/statist !!  35 What:           /sys/class/<iface>/statistics/rx_crc_errors
 36 Date:           April 2005                         36 Date:           April 2005
 37 KernelVersion:  2.6.12                             37 KernelVersion:  2.6.12
 38 Contact:        netdev@vger.kernel.org             38 Contact:        netdev@vger.kernel.org
 39 Description:                                       39 Description:
 40                 Indicates the number of packet     40                 Indicates the number of packets received with a CRC (FCS) error
 41                 by this network device. Note t     41                 by this network device. Note that the specific meaning might
 42                 depend on the MAC layer used b     42                 depend on the MAC layer used by the interface.
 43                                                    43 
 44 What:           /sys/class/net/<iface>/statist !!  44 What:           /sys/class/<iface>/statistics/rx_dropped
 45 Date:           April 2005                         45 Date:           April 2005
 46 KernelVersion:  2.6.12                             46 KernelVersion:  2.6.12
 47 Contact:        netdev@vger.kernel.org             47 Contact:        netdev@vger.kernel.org
 48 Description:                                       48 Description:
 49                 Indicates the number of packet     49                 Indicates the number of packets received by the network device
 50                 but dropped, that are not forw     50                 but dropped, that are not forwarded to the upper layers for
 51                 packet processing. See the net     51                 packet processing. See the network driver for the exact
 52                 meaning of this value.             52                 meaning of this value.
 53                                                    53 
 54 What:           /sys/class/net/<iface>/statist !!  54 What:           /sys/class/<iface>/statistics/rx_fifo_errors
 55 Date:           April 2005                     << 
 56 KernelVersion:  2.6.12                         << 
 57 Contact:        netdev@vger.kernel.org         << 
 58 Description:                                   << 
 59                 Indicates the number of receiv << 
 60                 See the network driver for the << 
 61                                                << 
 62 What:           /sys/class/net/<iface>/statist << 
 63 Date:           April 2005                         55 Date:           April 2005
 64 KernelVersion:  2.6.12                             56 KernelVersion:  2.6.12
 65 Contact:        netdev@vger.kernel.org             57 Contact:        netdev@vger.kernel.org
 66 Description:                                       58 Description:
 67                 Indicates the number of receiv     59                 Indicates the number of receive FIFO errors seen by this
 68                 network device. See the networ     60                 network device. See the network driver for the exact
 69                 meaning of this value.             61                 meaning of this value.
 70                                                    62 
 71 What:           /sys/class/net/<iface>/statist !!  63 What:           /sys/class/<iface>/statistics/rx_frame_errors
 72 Date:           April 2005                         64 Date:           April 2005
 73 KernelVersion:  2.6.12                             65 KernelVersion:  2.6.12
 74 Contact:        netdev@vger.kernel.org             66 Contact:        netdev@vger.kernel.org
 75 Description:                                       67 Description:
 76                 Indicates the number of receiv     68                 Indicates the number of received frames with error, such as
 77                 alignment errors. Note that th     69                 alignment errors. Note that the specific meaning depends on
 78                 on the MAC layer protocol used     70                 on the MAC layer protocol used. See the network driver for
 79                 the exact meaning of this valu     71                 the exact meaning of this value.
 80                                                    72 
 81 What:           /sys/class/net/<iface>/statist !!  73 What:           /sys/class/<iface>/statistics/rx_length_errors
 82 Date:           April 2005                         74 Date:           April 2005
 83 KernelVersion:  2.6.12                             75 KernelVersion:  2.6.12
 84 Contact:        netdev@vger.kernel.org             76 Contact:        netdev@vger.kernel.org
 85 Description:                                       77 Description:
 86                 Indicates the number of receiv     78                 Indicates the number of received error packet with a length
 87                 error, oversized or undersized     79                 error, oversized or undersized. See the network driver for the
 88                 exact meaning of this value.       80                 exact meaning of this value.
 89                                                    81 
 90 What:           /sys/class/net/<iface>/statist !!  82 What:           /sys/class/<iface>/statistics/rx_missed_errors
 91 Date:           April 2005                         83 Date:           April 2005
 92 KernelVersion:  2.6.12                             84 KernelVersion:  2.6.12
 93 Contact:        netdev@vger.kernel.org             85 Contact:        netdev@vger.kernel.org
 94 Description:                                       86 Description:
 95                 Indicates the number of receiv     87                 Indicates the number of received packets that have been missed
 96                 due to lack of capacity in the     88                 due to lack of capacity in the receive side. See the network
 97                 driver for the exact meaning o     89                 driver for the exact meaning of this value.
 98                                                    90 
 99 What:           /sys/class/net/<iface>/statist !!  91 What:           /sys/class/<iface>/statistics/rx_over_errors
100 Date:           February 2016                  << 
101 KernelVersion:  4.6                            << 
102 Contact:        netdev@vger.kernel.org         << 
103 Description:                                   << 
104                 Indicates the number of receiv << 
105                 an inactive device by the netw << 
106                                                << 
107 What:           /sys/class/net/<iface>/statist << 
108 Date:           April 2005                         92 Date:           April 2005
109 KernelVersion:  2.6.12                             93 KernelVersion:  2.6.12
110 Contact:        netdev@vger.kernel.org             94 Contact:        netdev@vger.kernel.org
111 Description:                                       95 Description:
112                 Indicates the number of receiv     96                 Indicates the number of received packets that are oversized
113                 compared to what the network d     97                 compared to what the network device is configured to accept
114                 (e.g: larger than MTU). See th     98                 (e.g: larger than MTU). See the network driver for the exact
115                 meaning of this value.             99                 meaning of this value.
116                                                   100 
117 What:           /sys/class/net/<iface>/statist !! 101 What:           /sys/class/<iface>/statistics/rx_packets
118 Date:           April 2005                        102 Date:           April 2005
119 KernelVersion:  2.6.12                            103 KernelVersion:  2.6.12
120 Contact:        netdev@vger.kernel.org            104 Contact:        netdev@vger.kernel.org
121 Description:                                      105 Description:
122                 Indicates the total number of     106                 Indicates the total number of good packets received by this
123                 network device.                   107                 network device.
124                                                   108 
125 What:           /sys/class/net/<iface>/statist !! 109 What:           /sys/class/<iface>/statistics/tx_aborted_errors
126 Date:           April 2005                        110 Date:           April 2005
127 KernelVersion:  2.6.12                            111 KernelVersion:  2.6.12
128 Contact:        netdev@vger.kernel.org            112 Contact:        netdev@vger.kernel.org
129 Description:                                      113 Description:
130                 Indicates the number of packet    114                 Indicates the number of packets that have been aborted
131                 during transmission by a netwo    115                 during transmission by a network device (e.g: because of
132                 a medium collision). See the n    116                 a medium collision). See the network driver for the exact
133                 meaning of this value.            117                 meaning of this value.
134                                                   118 
135 What:           /sys/class/net/<iface>/statist !! 119 What:           /sys/class/<iface>/statistics/tx_bytes
136 Date:           April 2005                        120 Date:           April 2005
137 KernelVersion:  2.6.12                            121 KernelVersion:  2.6.12
138 Contact:        netdev@vger.kernel.org            122 Contact:        netdev@vger.kernel.org
139 Description:                                      123 Description:
140                 Indicates the number of bytes     124                 Indicates the number of bytes transmitted by a network
141                 device. See the network driver    125                 device. See the network driver for the exact meaning of this
142                 value, in particular whether t    126                 value, in particular whether this accounts for all successfully
143                 transmitted packets or all pac    127                 transmitted packets or all packets that have been queued for
144                 transmission.                     128                 transmission.
145                                                   129 
146 What:           /sys/class/net/<iface>/statist !! 130 What:           /sys/class/<iface>/statistics/tx_carrier_errors
147 Date:           April 2005                        131 Date:           April 2005
148 KernelVersion:  2.6.12                            132 KernelVersion:  2.6.12
149 Contact:        netdev@vger.kernel.org            133 Contact:        netdev@vger.kernel.org
150 Description:                                      134 Description:
151                 Indicates the number of packet    135                 Indicates the number of packets that could not be transmitted
152                 because of carrier errors (e.g    136                 because of carrier errors (e.g: physical link down). See the
153                 network driver for the exact m    137                 network driver for the exact meaning of this value.
154                                                   138 
155 What:           /sys/class/net/<iface>/statist !! 139 What:           /sys/class/<iface>/statistics/tx_compressed
156 Date:           April 2005                        140 Date:           April 2005
157 KernelVersion:  2.6.12                            141 KernelVersion:  2.6.12
158 Contact:        netdev@vger.kernel.org            142 Contact:        netdev@vger.kernel.org
159 Description:                                      143 Description:
160                 Indicates the number of transm    144                 Indicates the number of transmitted compressed packets. Note
161                 this might only be relevant fo    145                 this might only be relevant for devices that support
162                 compression (e.g: PPP).           146                 compression (e.g: PPP).
163                                                   147 
164 What:           /sys/class/net/<iface>/statist !! 148 What:           /sys/class/<iface>/statistics/tx_dropped
165 Date:           April 2005                        149 Date:           April 2005
166 KernelVersion:  2.6.12                            150 KernelVersion:  2.6.12
167 Contact:        netdev@vger.kernel.org            151 Contact:        netdev@vger.kernel.org
168 Description:                                      152 Description:
169                 Indicates the number of packet    153                 Indicates the number of packets dropped during transmission.
170                 See the driver for the exact r    154                 See the driver for the exact reasons as to why the packets were
171                 dropped.                          155                 dropped.
172                                                   156 
173 What:           /sys/class/net/<iface>/statist !! 157 What:           /sys/class/<iface>/statistics/tx_errors
174 Date:           April 2005                        158 Date:           April 2005
175 KernelVersion:  2.6.12                            159 KernelVersion:  2.6.12
176 Contact:        netdev@vger.kernel.org            160 Contact:        netdev@vger.kernel.org
177 Description:                                      161 Description:
178                 Indicates the number of packet    162                 Indicates the number of packets in error during transmission by
179                 a network device. See the driv    163                 a network device. See the driver for the exact reasons as to
180                 why the packets were dropped.     164                 why the packets were dropped.
181                                                   165 
182 What:           /sys/class/net/<iface>/statist !! 166 What:           /sys/class/<iface>/statistics/tx_fifo_errors
183 Date:           April 2005                        167 Date:           April 2005
184 KernelVersion:  2.6.12                            168 KernelVersion:  2.6.12
185 Contact:        netdev@vger.kernel.org            169 Contact:        netdev@vger.kernel.org
186 Description:                                      170 Description:
187                 Indicates the number of packet    171                 Indicates the number of packets having caused a transmit
188                 FIFO error. See the driver for    172                 FIFO error. See the driver for the exact reasons as to why the
189                 packets were dropped.             173                 packets were dropped.
190                                                   174 
191 What:           /sys/class/net/<iface>/statist !! 175 What:           /sys/class/<iface>/statistics/tx_heartbeat_errors
192 Date:           April 2005                        176 Date:           April 2005
193 KernelVersion:  2.6.12                            177 KernelVersion:  2.6.12
194 Contact:        netdev@vger.kernel.org            178 Contact:        netdev@vger.kernel.org
195 Description:                                      179 Description:
196                 Indicates the number of packet    180                 Indicates the number of packets transmitted that have been
197                 reported as heartbeat errors.     181                 reported as heartbeat errors. See the driver for the exact
198                 reasons as to why the packets     182                 reasons as to why the packets were dropped.
199                                                   183 
200 What:           /sys/class/net/<iface>/statist !! 184 What:           /sys/class/<iface>/statistics/tx_packets
201 Date:           April 2005                        185 Date:           April 2005
202 KernelVersion:  2.6.12                            186 KernelVersion:  2.6.12
203 Contact:        netdev@vger.kernel.org            187 Contact:        netdev@vger.kernel.org
204 Description:                                      188 Description:
205                 Indicates the number of packet    189                 Indicates the number of packets transmitted by a network
206                 device. See the driver for whe    190                 device. See the driver for whether this reports the number of all
207                 attempted or successful transm    191                 attempted or successful transmissions.
208                                                   192 
209 What:           /sys/class/net/<iface>/statist !! 193 What:           /sys/class/<iface>/statistics/tx_window_errors
210 Date:           April 2005                        194 Date:           April 2005
211 KernelVersion:  2.6.12                            195 KernelVersion:  2.6.12
212 Contact:        netdev@vger.kernel.org            196 Contact:        netdev@vger.kernel.org
213 Description:                                      197 Description:
214                 Indicates the number of packet    198                 Indicates the number of packets not successfully transmitted
215                 due to a window collision. The    199                 due to a window collision. The specific meaning depends on the
216                 MAC layer used.  On Ethernet t    200                 MAC layer used.  On Ethernet this is usually used to report
217                 late collisions errors.           201                 late collisions errors.
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php