sysfs-class-net-statistics 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. What: /sys/class/<iface>/statistics/collisions
  2. Date: April 2005
  3. KernelVersion: 2.6.12
  4. Contact: netdev@vger.kernel.org
  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: netdev@vger.kernel.org
  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: netdev@vger.kernel.org
  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: netdev@vger.kernel.org
  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: netdev@vger.kernel.org
  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: netdev@vger.kernel.org
  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_fifo_errors
  49. Date: April 2005
  50. KernelVersion: 2.6.12
  51. Contact: netdev@vger.kernel.org
  52. Description:
  53. Indicates the number of receive FIFO errors seen by this
  54. network device. See the network driver for the exact
  55. meaning of this value.
  56. What: /sys/class/<iface>/statistics/rx_frame_errors
  57. Date: April 2005
  58. KernelVersion: 2.6.12
  59. Contact: netdev@vger.kernel.org
  60. Description:
  61. Indicates the number of received frames with error, such as
  62. alignment errors. Note that the specific meaning depends on
  63. on the MAC layer protocol used. See the network driver for
  64. the exact meaning of this value.
  65. What: /sys/class/<iface>/statistics/rx_length_errors
  66. Date: April 2005
  67. KernelVersion: 2.6.12
  68. Contact: netdev@vger.kernel.org
  69. Description:
  70. Indicates the number of received error packet with a length
  71. error, oversized or undersized. See the network driver for the
  72. exact meaning of this value.
  73. What: /sys/class/<iface>/statistics/rx_missed_errors
  74. Date: April 2005
  75. KernelVersion: 2.6.12
  76. Contact: netdev@vger.kernel.org
  77. Description:
  78. Indicates the number of received packets that have been missed
  79. due to lack of capacity in the receive side. See the network
  80. driver for the exact meaning of this value.
  81. What: /sys/class/<iface>/statistics/rx_over_errors
  82. Date: April 2005
  83. KernelVersion: 2.6.12
  84. Contact: netdev@vger.kernel.org
  85. Description:
  86. Indicates the number of received packets that are oversized
  87. compared to what the network device is configured to accept
  88. (e.g: larger than MTU). See the network driver for the exact
  89. meaning of this value.
  90. What: /sys/class/<iface>/statistics/rx_packets
  91. Date: April 2005
  92. KernelVersion: 2.6.12
  93. Contact: netdev@vger.kernel.org
  94. Description:
  95. Indicates the total number of good packets received by this
  96. network device.
  97. What: /sys/class/<iface>/statistics/tx_aborted_errors
  98. Date: April 2005
  99. KernelVersion: 2.6.12
  100. Contact: netdev@vger.kernel.org
  101. Description:
  102. Indicates the number of packets that have been aborted
  103. during transmission by a network device (e.g: because of
  104. a medium collision). See the network driver for the exact
  105. meaning of this value.
  106. What: /sys/class/<iface>/statistics/tx_bytes
  107. Date: April 2005
  108. KernelVersion: 2.6.12
  109. Contact: netdev@vger.kernel.org
  110. Description:
  111. Indicates the number of bytes transmitted by a network
  112. device. See the network driver for the exact meaning of this
  113. value, in particular whether this accounts for all successfully
  114. transmitted packets or all packets that have been queued for
  115. transmission.
  116. What: /sys/class/<iface>/statistics/tx_carrier_errors
  117. Date: April 2005
  118. KernelVersion: 2.6.12
  119. Contact: netdev@vger.kernel.org
  120. Description:
  121. Indicates the number of packets that could not be transmitted
  122. because of carrier errors (e.g: physical link down). See the
  123. network driver for the exact meaning of this value.
  124. What: /sys/class/<iface>/statistics/tx_compressed
  125. Date: April 2005
  126. KernelVersion: 2.6.12
  127. Contact: netdev@vger.kernel.org
  128. Description:
  129. Indicates the number of transmitted compressed packets. Note
  130. this might only be relevant for devices that support
  131. compression (e.g: PPP).
  132. What: /sys/class/<iface>/statistics/tx_dropped
  133. Date: April 2005
  134. KernelVersion: 2.6.12
  135. Contact: netdev@vger.kernel.org
  136. Description:
  137. Indicates the number of packets dropped during transmission.
  138. See the driver for the exact reasons as to why the packets were
  139. dropped.
  140. What: /sys/class/<iface>/statistics/tx_errors
  141. Date: April 2005
  142. KernelVersion: 2.6.12
  143. Contact: netdev@vger.kernel.org
  144. Description:
  145. Indicates the number of packets in error during transmission by
  146. a network device. See the driver for the exact reasons as to
  147. why the packets were dropped.
  148. What: /sys/class/<iface>/statistics/tx_fifo_errors
  149. Date: April 2005
  150. KernelVersion: 2.6.12
  151. Contact: netdev@vger.kernel.org
  152. Description:
  153. Indicates the number of packets having caused a transmit
  154. FIFO error. See the driver for the exact reasons as to why the
  155. packets were dropped.
  156. What: /sys/class/<iface>/statistics/tx_heartbeat_errors
  157. Date: April 2005
  158. KernelVersion: 2.6.12
  159. Contact: netdev@vger.kernel.org
  160. Description:
  161. Indicates the number of packets transmitted that have been
  162. reported as heartbeat errors. See the driver for the exact
  163. reasons as to why the packets were dropped.
  164. What: /sys/class/<iface>/statistics/tx_packets
  165. Date: April 2005
  166. KernelVersion: 2.6.12
  167. Contact: netdev@vger.kernel.org
  168. Description:
  169. Indicates the number of packets transmitted by a network
  170. device. See the driver for whether this reports the number of all
  171. attempted or successful transmissions.
  172. What: /sys/class/<iface>/statistics/tx_window_errors
  173. Date: April 2005
  174. KernelVersion: 2.6.12
  175. Contact: netdev@vger.kernel.org
  176. Description:
  177. Indicates the number of packets not successfully transmitted
  178. due to a window collision. The specific meaning depends on the
  179. MAC layer used. On Ethernet this is usually used to report
  180. late collisions errors.