sysfs-class-net-statistics 7.0 KB

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