Go to file
Petr Holasek a37e7a0ab1 irqbalance signal handling tuning
Added sigaction for SIGTERM, SIGUSR1 and SIGUSR2 using the same handler
like SIGINT, i.e. stop and cleanup after finishing of current balancing
iteration.

Signed-off-by: Petr Holasek <pholasek@redhat.com>
2014-12-10 17:32:05 +01:00
glib-local
misc
.gitignore
activate.c
AUTHORS
autogen.sh
bitmap.c Fix inconsequential bug in bitmap_scnprintf 2014-10-01 12:20:28 -04:00
bitmap.h
classify.c Mark functions and variable static where appropriate 2014-09-07 21:41:14 -05:00
configure.ac
constants.h
COPYING
cpumask.h
cputree.c removing unused variable cache_stat 2014-12-10 15:12:10 +01:00
irqbalance.1 Manpage note about ignoring of --pid in some cases 2014-12-10 16:22:47 +01:00
irqbalance.c irqbalance signal handling tuning 2014-12-10 17:32:05 +01:00
irqbalance.h Mark functions and variable static where appropriate 2014-09-07 21:41:14 -05:00
irqlist.c
Makefile.am
non-atomic.h
numa.c
placement.c
procinterrupts.c Balance correctly IRQs reappearing 2014-07-02 12:59:34 +01:00
README
types.h

What is Irqbalance

Irqbalance is a daemon to help balance the cpu load generated by interrupts
across all of a systems cpus.  Irqbalance identifies the highest volume
interrupt sources, and isolates them to a single unique cpu, so that load is
spread as much as possible over an entire processor set, while minimizing cache
hit rates for irq handlers.

Building and Installing
./autogen.sh
./configure [options]
make
make install