Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Irqbalance/irqbalance
The irqbalance source tree - The new official site for irqbalance
https://github.com/Irqbalance/irqbalance
cpu irqbalance
Last synced: 9 days ago
JSON representation
The irqbalance source tree - The new official site for irqbalance
- Host: GitHub
- URL: https://github.com/Irqbalance/irqbalance
- Owner: Irqbalance
- License: gpl-2.0
- Created: 2013-10-12T20:44:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T12:20:42.000Z (2 months ago)
- Last Synced: 2024-09-05T13:59:39.994Z (2 months ago)
- Topics: cpu, irqbalance
- Language: C
- Homepage: http://irqbalance.github.io/irqbalance/
- Size: 746 KB
- Stars: 575
- Watchers: 34
- Forks: 139
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
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](https://travis-ci.org/Irqbalance/irqbalance.svg?branch=master)](https://travis-ci.org/Irqbalance/irqbalance)
```bash
./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.## 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