.de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "IRQBALANCE" 1 "Dec 2006" "Linux" "irqbalance" .SH NAME irqbalance \- distribute hardware interrupts across processors on a multiprocessor system .SH "SYNOPSIS" .nf \fBirqbalance\fR .fi .SH "DESCRIPTION" .PP The purpose of \fBirqbalance\fR is to distribute hardware interrupts across processors on a multiprocessor system in order to increase performance\&. .SH "OPTIONS" .TP .B -o, --oneshot Causes irqbalance to be run once, after which the daemon exits. .TP .B -d, --debug Causes irqbalance to print extra debug information. Implies --foreground. .TP .B -f, --foreground Causes irqbalance to run in the foreground (without --debug). .TP .B -j, --journal Enables log output optimized for systemd-journal. .TP .B -p, --powerthresh= Set the threshold at which we attempt to move a CPU into powersave mode If more than CPUs are more than 1 standard deviation below the average CPU softirq workload, and no CPUs are more than 1 standard deviation above (and have more than 1 IRQ assigned to them), attempt to place 1 CPU in powersave mode. In powersave mode, a CPU will not have any IRQs balanced to it, in an effort to prevent that CPU from waking up without need. .TP .B -i, --banirq= Add the specified IRQ to the set of banned IRQs. irqbalance will not affect the affinity of any IRQs on the banned list, allowing them to be specified manually. This option is additive and can be specified multiple times. For example to ban IRQs 43 and 44 from balancing, use the following command line: .B irqbalance --banirq=43 --banirq=44 .TP .B -m, --banmod= Add the specified module to the set of banned modules, similar to --banirq. irqbalance will not affect the affinity of any IRQs of given modules, allowing them to be specified manually. This option is additive and can be specified multiple times. For example to ban all IRQs of module foo and module bar from balancing, use the following command line: .B irqbalance --banmod=foo --banmod=bar .TP .B -c, --deepestcache= This allows a user to specify the cache level at which irqbalance partitions cache domains. Specifying a deeper cache may allow a greater degree of flexibility for irqbalance to assign IRQ affinity to achieve greater performance increases, but setting a cache depth too large on some systems (specifically where all CPUs on a system share the deepest cache level), will cause irqbalance to see balancing as unnecessary. .B irqbalance --deepestcache=2 .P The default value for deepestcache is 2. .TP .B -l, --policyscript=