slackbuilds/system/irqbalance
B. Watson 861fcfa40f
system/irqbalance: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README Multiple: Kill libcap-ng references 2016-02-11 18:38:40 -06:00
irqbalance.SlackBuild system/irqbalance: Updated for version 1.0.9. 2015-11-14 07:07:34 +07:00
irqbalance.info system/irqbalance: Updated for version 1.0.9. 2015-11-14 07:07:34 +07:00
slack-desc system/irqbalance: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

irqbalance is a Linux daemon that distributes interrupts over the
processors and cores you have in your computer system.  The design goal
of irqbalance is to find a balance between power savings and optimal
performance.  To a large degree, the work irqbalance does is invisible
to you; if irqbalance performs its job correctly, nobody will ever notice
it's there or want to turn it off.

It is recommended to run irqbalance from the system boot-scripts. For
example, add the following lines to /etc/rc.d/rc.local:
if [ -x /usr/sbin/irqbalance ]; then
  /usr/sbin/irqbalance
fi

Options that you can pass to the command are described in the man page.