This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > System > irqbalance (1.0.9)

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.

Maintained by: LukenShiro
Keywords: irq,balance,smp,cpu
ChangeLog: irqbalance

Homepage:
https://github.com/Irqbalance/irqbalance

Source Downloads:
v1.0.9.tar.gz (30174d3941c5452a1e4ecee394a76ff8)

Download SlackBuild:
irqbalance.tar.gz
irqbalance.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
irqbalance.SlackBuild
irqbalance.info
slack-desc

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds