Copyright © tutorialspoint.com
irqbalance |
The purpose of irqbalance is distribute hardware interrupts across processors on a multiprocessor system in order to increase performance.
| Tag | Description |
|---|---|
| --oneshot | |
| Causes irqbalance to be run once, after which the daemon exits | |
|
|
--debug Causes irqbalance to run in the foreground and extra debug information to be printed
|
| Tag | Description |
|---|---|
| IRQBALANCE_ONESHOT | |
|
Same as --oneshot
| |
| IRQBALANCE_DEBUG | |
|
Same as --debug
| |
| IRQBALANCE_BANNED_CPUS | |
|
Provides a mask of cpus which irqbalance should ignore and never assign
interrupts to. This is a hex mask without the leading 0x, on systems with
large numbers of processors each group of eight hex digits is sepearated ba a
comma ,. i.e. export IRQBALANCE_BANNED_CPUS=fc0 would prevent irqbalance
from assigning irqs to the 7th-12th cpus (cpu6-cpu11) or export
IRQBALANCE_BANNED_CPUS=ff000000,00000001 would prevent irqbalance from
assigning irqs to the 1st (cpu0) and 57th-64th cpus (cpu56-cpu63).
| |
| IRQBALANCE_BANNED_INTERRUPTS | |
|
Space seperated list of integer irqs which irqbalance should ignore and never
change the affinity of. i.e.
export IRQBALANCE_BANNED_INTERRUPTS="205 217 225"
| |
Copyright © tutorialspoint.com