packages/utils/irqbalance/files/irqbalance.config
Marc Benoit b7a99b2334 irqbalance: add support of interval and banirq
Added the ability to change sampling interval
and provide a list of IRQ's to ignore
via /etc/config/irqbalance

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
2020-02-29 09:39:13 -05:00

10 lines
177 B
Text

config irqbalance 'irqbalance'
option enabled '0'
# The default value is 10 seconds
#option interval '10'
# List of IRQ's to ignore
#list banirq '36'
#list banirq '69'