sysfs-class-led-trigger-netdev 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. What: /sys/class/leds/<led>/device_name
  2. Date: Dec 2017
  3. KernelVersion: 4.16
  4. Contact: linux-leds@vger.kernel.org
  5. Description:
  6. Specifies the network device name to monitor.
  7. What: /sys/class/leds/<led>/interval
  8. Date: Dec 2017
  9. KernelVersion: 4.16
  10. Contact: linux-leds@vger.kernel.org
  11. Description:
  12. Specifies the duration of the LED blink in milliseconds.
  13. Defaults to 50 ms.
  14. What: /sys/class/leds/<led>/link
  15. Date: Dec 2017
  16. KernelVersion: 4.16
  17. Contact: linux-leds@vger.kernel.org
  18. Description:
  19. Signal the link state of the named network device.
  20. If set to 0 (default), the LED's normal state is off.
  21. If set to 1, the LED's normal state reflects the link state
  22. of the named network device.
  23. Setting this value also immediately changes the LED state.
  24. What: /sys/class/leds/<led>/tx
  25. Date: Dec 2017
  26. KernelVersion: 4.16
  27. Contact: linux-leds@vger.kernel.org
  28. Description:
  29. Signal transmission of data on the named network device.
  30. If set to 0 (default), the LED will not blink on transmission.
  31. If set to 1, the LED will blink for the milliseconds specified
  32. in interval to signal transmission.
  33. What: /sys/class/leds/<led>/rx
  34. Date: Dec 2017
  35. KernelVersion: 4.16
  36. Contact: linux-leds@vger.kernel.org
  37. Description:
  38. Signal reception of data on the named network device.
  39. If set to 0 (default), the LED will not blink on reception.
  40. If set to 1, the LED will blink for the milliseconds specified
  41. in interval to signal reception.