Hey elboulangero, <br><br>You might want to change the name, there are already 2 itops that I know of, that monitor interrupts:<br><br>* <a href="http://packages.debian.org/wheezy/itop">http://packages.debian.org/wheezy/itop</a><br>
* <a href="http://et.redhat.com/~jmh/tools/xen/itop">http://et.redhat.com/~jmh/tools/xen/itop</a> (this is just a small perl script, but still...)<br><br>Yours provides much more information (works fine on my machine BTW), so it's a useful addition, but if you just call it itop it's going to be a bit confusing.. <br>
<br>Cheers<br>Diego<br><br><div class="gmail_quote">On Fri, May 10, 2013 at 12:15 AM, elboulangero <span dir="ltr"><<a href="mailto:elboulangero@gmail.com" target="_blank">elboulangero@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
lately I had to fight big XRUN troubles, and thanks to this forum I finally solved that. This excellent thread saved me:<br>
<a href="http://linuxaudio.org/mailarchive/lau/2012/9/5/192706" target="_blank">http://linuxaudio.org/<u></u>mailarchive/lau/2012/9/5/<u></u>192706</a><br>
<br>
On my long quest, I tried to see a little bit more what happened with the IRQs on my system. I searched for a kind of 'top' utility to monitor the interrupts, but the only apps I found were either deprecated, or missed some cool features.<br>

<br>
So, I ended up writing my own tool to monitor the file /proc/interrupts.<br>
It's available a this address:<br>
<a href="https://gitorious.org/elboulangero/itop" target="_blank">https://gitorious.org/<u></u>elboulangero/itop</a><br>
<br>
As its name indicates, it behaves pretty much like top, but for interrupts.<br>
It's quite a simple thing, that I tried to enhance a bit with some cool features:<br>
 + refresh period can be specified.<br>
 + two display modes: display interrupts for every CPU, or only a sum of all CPU.<br>
 + display every interrupt (sorted like /proc/interrupts), or only active interrupts (sorted by activity).<br>
 + in case the number of interrupts changes during the execution of itop (due to a rmmod/modprobe), it's handled without any fuss.<br>
 + command-line options are also available as hotkeys for convenience.<br>
 + at last, the program display a summary on exit. The idea is that this summary could be copied/pasted in emails to help debugging.<br>
<br>
If anyone is interested, feel free to try and comment !<br>
<br>
Cheers<br>
______________________________<u></u>_________________<br>
Linux-audio-dev mailing list<br>
<a href="mailto:Linux-audio-dev@lists.linuxaudio.org" target="_blank">Linux-audio-dev@lists.<u></u>linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-dev" target="_blank">http://lists.linuxaudio.org/<u></u>listinfo/linux-audio-dev</a><br>
</blockquote></div><br>