How to check interrupts lively in your systems?
I need to see what kind of interrupts are handled by which CPU.
Please run command: # cat /proc/interrupts
or you can execute $ watch -n1 "cat /proc/interrupts"
to watch interrupts every 1 second.
See [1] [2] for more details.
References:
[1] https://stackoverflow.com/questions/28301875/how-to-observe-interrupts-in-windows-or-linux-ubuntu-14-04
[2] http://www.linuxjournal.com/content/watch-live-interrupts