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 0b157f4f66 README fix 1 рік тому
doc 8d2ad21b4d exclude-cpus and use-cpus options can co-exist 4 роки тому
examples 8d2ad21b4d exclude-cpus and use-cpus options can co-exist 4 роки тому
lub 67b48c72a6 Implement config file 6 роки тому
m4 def4b1250c Add m4 dir 10 роки тому
.gitignore 89ec6bdd66 gitignore pdf and html 8 роки тому
LICENCE 874b873b13 Blank autotools infrastructure 10 роки тому
Makefile.am d76da2112e Add birq.conf example 6 роки тому
README.md 0b157f4f66 README fix 1 рік тому
autogen.sh 874b873b13 Blank autotools infrastructure 10 роки тому
balance.c 74bea5cb0c Possibility to use non-local cpus for balancing. Option non_local_cpus. The HT is on by default. 6 роки тому
balance.h 74bea5cb0c Possibility to use non-local cpus for balancing. Option non_local_cpus. The HT is on by default. 6 роки тому
birq.c 67c851003f Fix options defaults in a case when config file is not specified 4 роки тому
birq.h 15b7ffdbbc Add function to parse config 8 роки тому
bit_array.c 16088ae4f1 replace linux bitmask with bit_array 8 роки тому
bit_array.h 16088ae4f1 replace linux bitmask with bit_array 8 роки тому
bit_macros.h 16088ae4f1 replace linux bitmask with bit_array 8 роки тому
configure.ac 44e6a590db Version 1.6.0 4 роки тому
cpu.c 16088ae4f1 replace linux bitmask with bit_array 8 роки тому
cpu.h 4e2ee94f13 Save old_load for CPU 10 роки тому
cpumask.h bef42bf776 rewrite hex input/output 8 роки тому
hexio.c 4315202813 Fix dead assignment in hexio.c 3 роки тому
hexio.h 74298eb4b3 Newlines at end of files 8 роки тому
indent.sh 72fd57e6d5 Wrapper for indent utility 4 роки тому
irq.c 993bc756c0 More simple structure of parse_local_cpus() 8 роки тому
irq.h 702b1586b2 Unfinished pxm 10 роки тому
numa.c 16088ae4f1 replace linux bitmask with bit_array 8 роки тому
numa.h fd13ba5963 Add files 10 роки тому
pxm.c 5b50311241 fix memory leaks 8 роки тому
pxm.h 2319f07c39 Parse proximity config file 10 роки тому
statistics.c bccdb19126 Link IRQs to CPUs using current affinity 9 роки тому
statistics.h bccdb19126 Link IRQs to CPUs using current affinity 9 роки тому

README.md

Balance IRQ

About

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.

Resources

Homepage : http://birq.libcode.org

Repository : https://src.libcode.org/pkun/birq

Download : https://src.libcode.org/pkun/birq/archive/1.6.1.tar.gz

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>