sysfs-class-net-queues 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. What: /sys/class/<iface>/queues/rx-<queue>/rps_cpus
  2. Date: March 2010
  3. KernelVersion: 2.6.35
  4. Contact: netdev@vger.kernel.org
  5. Description:
  6. Mask of the CPU(s) currently enabled to participate into the
  7. Receive Packet Steering packet processing flow for this
  8. network device queue. Possible values depend on the number
  9. of available CPU(s) in the system.
  10. What: /sys/class/<iface>/queues/rx-<queue>/rps_flow_cnt
  11. Date: April 2010
  12. KernelVersion: 2.6.35
  13. Contact: netdev@vger.kernel.org
  14. Description:
  15. Number of Receive Packet Steering flows being currently
  16. processed by this particular network device receive queue.
  17. What: /sys/class/<iface>/queues/tx-<queue>/tx_timeout
  18. Date: November 2011
  19. KernelVersion: 3.3
  20. Contact: netdev@vger.kernel.org
  21. Description:
  22. Indicates the number of transmit timeout events seen by this
  23. network interface transmit queue.
  24. What: /sys/class/<iface>/queues/tx-<queue>/tx_maxrate
  25. Date: March 2015
  26. KernelVersion: 4.1
  27. Contact: netdev@vger.kernel.org
  28. Description:
  29. A Mbps max-rate set for the queue, a value of zero means disabled,
  30. default is disabled.
  31. What: /sys/class/<iface>/queues/tx-<queue>/xps_cpus
  32. Date: November 2010
  33. KernelVersion: 2.6.38
  34. Contact: netdev@vger.kernel.org
  35. Description:
  36. Mask of the CPU(s) currently enabled to participate into the
  37. Transmit Packet Steering packet processing flow for this
  38. network device transmit queue. Possible vaules depend on the
  39. number of available CPU(s) in the system.
  40. What: /sys/class/<iface>/queues/tx-<queue>/byte_queue_limits/hold_time
  41. Date: November 2011
  42. KernelVersion: 3.3
  43. Contact: netdev@vger.kernel.org
  44. Description:
  45. Indicates the hold time in milliseconds to measure the slack
  46. of this particular network device transmit queue.
  47. Default value is 1000.
  48. What: /sys/class/<iface>/queues/tx-<queue>/byte_queue_limits/inflight
  49. Date: November 2011
  50. KernelVersion: 3.3
  51. Contact: netdev@vger.kernel.org
  52. Description:
  53. Indicates the number of bytes (objects) in flight on this
  54. network device transmit queue.
  55. What: /sys/class/<iface>/queues/tx-<queue>/byte_queue_limits/limit
  56. Date: November 2011
  57. KernelVersion: 3.3
  58. Contact: netdev@vger.kernel.org
  59. Description:
  60. Indicates the current limit of bytes allowed to be queued
  61. on this network device transmit queue. This value is clamped
  62. to be within the bounds defined by limit_max and limit_min.
  63. What: /sys/class/<iface>/queues/tx-<queue>/byte_queue_limits/limit_max
  64. Date: November 2011
  65. KernelVersion: 3.3
  66. Contact: netdev@vger.kernel.org
  67. Description:
  68. Indicates the absolute maximum limit of bytes allowed to be
  69. queued on this network device transmit queue. See
  70. include/linux/dynamic_queue_limits.h for the default value.
  71. What: /sys/class/<iface>/queues/tx-<queue>/byte_queue_limits/limit_min
  72. Date: November 2011
  73. KernelVersion: 3.3
  74. Contact: netdev@vger.kernel.org
  75. Description:
  76. Indicates the absolute minimum limit of bytes allowed to be
  77. queued on this network device transmit queue. Default value is
  78. 0.