Display device interrupts in Linux?

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
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.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
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?