BIRQ stands for Balance IRQs. This is software to balance interrupts between CPUs on Linux while high load. The birq project is written in C. It has no external dependencies. http://birq.libcode.org
Serj Kalichev c1e269025c Change some syslog massages priorities from LOG_ERR to LOG_INFO | 1 year ago | |
---|---|---|
doc | 4 years ago | |
examples | 4 years ago | |
lub | 7 years ago | |
m4 | 10 years ago | |
.gitignore | 2 years ago | |
LICENCE | 11 years ago | |
Makefile.am | 2 years ago | |
README.md | 2 years ago | |
autogen.sh | 11 years ago | |
balance.c | 7 years ago | |
balance.h | 7 years ago | |
birq.c | 1 year ago | |
birq.h | 8 years ago | |
bit_array.c | 9 years ago | |
bit_array.h | 9 years ago | |
bit_macros.h | 9 years ago | |
configure.ac | 2 years ago | |
cpu.c | 9 years ago | |
cpu.h | 10 years ago | |
cpumask.h | 9 years ago | |
hexio.c | 3 years ago | |
hexio.h | 9 years ago | |
indent.sh | 4 years ago | |
irq.c | 9 years ago | |
irq.h | 10 years ago | |
numa.c | 9 years ago | |
numa.h | 10 years ago | |
pxm.c | 9 years ago | |
pxm.h | 10 years ago | |
statistics.c | 9 years ago | |
statistics.h | 9 years ago |
BIRQ stands for Balance IRQs. This is software to balance interrupts between CPUs on Linux while high load. The birq project is written in C. It has no external dependencies. Read documentation in doc/ dir for details about birq.
Homepage : http://birq.libcode.org
Repository : https://src.libcode.org/pkun/birq
Download : https://src.libcode.org/download/birq/
Latest release : https://src.libcode.org/download/birq/birq-1.6.1.tar.xz
Docs : https://src.libcode.org/pkun/birq/src/master/doc/birq.md
Mailing list : http://groups.google.com/group/birq
Author : Serj Kalichev <pkun(_at_)libcode.org>