Go to file
Neil Horman df2cbd91c2
Merge pull request #109 from Pyxisha/sleep_interval
fix sleep interval when sleep_interval is changed by socket
Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
2019-07-16 09:31:21 -04:00
misc fix socket path creation 2019-01-14 09:58:52 -05:00
tests
ui Fix spelling errors 2019-07-04 23:53:37 +02:00
.gitignore
.travis.yml
activate.c some variable and judgement are unnecessary in activate_mappings 2019-07-15 10:49:45 +08:00
AUTHORS
autogen.sh
bitmap.c
bitmap.h
classify.c use policy prior to the default values 2019-07-11 16:48:04 +08:00
configure.ac Update version in configure.ac 2019-05-22 08:19:33 -04:00
constants.h
COPYING
cpumask.h
cputree.c fix balancing when numa information isn't available 2019-02-26 09:35:38 -05:00
irqbalance.1 Fix spelling errors 2019-07-04 23:53:37 +02:00
irqbalance.c fix sleep interval when sleep_interval is changed by socket 2019-07-16 09:52:33 +08:00
irqbalance.h fix socket path creation 2019-01-14 09:58:52 -05:00
irqlist.c
Makefile.am
non-atomic.h
numa.c
placement.c fix balancing when numa information isn't available 2019-02-26 09:35:38 -05:00
procinterrupts.c Fix typo in procinterrupts 2019-04-08 06:59:43 -04:00
README.md Clarify the README description 2019-07-05 00:00:05 +02:00
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 each of them to a single unique cpu, so that load is spread as much as possible over an entire processor set, while minimizing cache miss rates for irq handlers.

Building and Installing Build Status

./autogen.sh
./configure [options]
make
make install

Developing Irqbalance

Irqbalance is currently hosted on github, and so developers are welcome to use the issue/pull request/etc infrastructure found there. However, most development discussions take place on the irqbalance mailing list, which can be subscribed to at: http://lists.infradead.org/mailman/listinfo/irqbalance

New Developers are encouraged to use this mailing list to discuss ideas and propose patches.

Bug reporting

When something goes wrong, feel free to send us bugreport by one of the ways described above. Your report should include:

  • Irqbalance version you've been using (or commit hash)
  • /proc/interrupts output
  • irqbalance --debug output
  • content of smp_affinity files - can be obtained by e.g.: $ for i in $(seq 0 300); do grep . /proc/irq/$i/smp_affinity /dev/null 2>/dev/null; done
  • your hw hierarchy - e.g. lstopo-no-graphics output