slackbuilds_ponce/system/irqbalance
LukenShiro 8a720b7565 various: fixes for new templates (find/fixperms)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-11 10:53:36 -06:00
..
irqbalance.info system/irqbalance: Updated for version 1.0.6. 2013-10-27 23:38:53 -05:00
irqbalance.SlackBuild various: fixes for new templates (find/fixperms) 2013-11-11 10:53:36 -06:00
README system/irqbalance: Updated for version 1.0.5 2012-12-28 23:18:43 +01:00
slack-desc system/irqbalance: Updated for version 1.0.6. 2013-10-27 23:38:53 -05:00

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.

libcap-ng is an optional dependency.