Monthly Archives: May 2014

How to Watch Live Interrupts

Watch Command useful to check timely update from shell. Here is example to check in interrupts every one second $ watch -d -n1 “cat /proc/interrupts”     It shows interrupt count updated in highlighted 🙂 

Posted in Uncategorized | Tagged , , , | Leave a comment