GithubHelp home page GithubHelp logo

bthomastsai / irqbalance Goto Github PK

View Code? Open in Web Editor NEW

This project forked from irqbalance/irqbalance

0.0 0.0 0.0 571 KB

The irqbalance source tree - The new official site for irqbalance

Home Page: http://irqbalance.github.io/irqbalance/

License: GNU General Public License v2.0

C 90.95% Shell 1.64% Makefile 1.10% M4 1.32% Roff 4.99%

irqbalance's Introduction

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.

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

irqbalance's People

Contributors

abattersby avatar biergaizi avatar bigon avatar burlito avatar fabled avatar flameeyes avatar hejingxian123 avatar jslepicka avatar kmjohansen avatar kometchtech avatar liangxiao1 avatar liuchao173 avatar lucaswerkmeister avatar nhorman avatar pkun avatar posophe avatar ppwaskie avatar pyxisha avatar ryncsn avatar sbohrer avatar sikarash avatar szepeviktor avatar toofishes avatar vapier avatar veruu avatar wanghaibin-mouse avatar watologo1 avatar yangoliver avatar yeyunfeng avatar yeyunfeng-dev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.