• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Display device interrupts in Linux?

n0cmonkey

Elite Member
Is there a tool to see maybe the number of interrupts from a particular device? If it was OpenBSD I'd get a nice little display with systat vmstat, but I can't find anything similar for Linux.
 
Originally posted by: Nothinman
cat /proc/interrupts

Sweet. Almost exactly what I was looking for. Definitely helpful.

Is there a tool that gives you that information in a top-like fashion? ie. something that will update every so often giving you the number of interrupts for a particular device during that time frame?
 
Back
Top