Why so many interrupts.
September 23, 2006 9:01 PM
Subscribe
I'm seeing a large number of interrupts on one processor of an AMD Opteron SMP system. Is this normal?
It seems excessive to have 2000 interrupts on Proc 0 of an AMD SMP system. The system is built with 2x Opteron 270 (Italy core) dual core chips, for a total of four cores.
Here's the output of mpstat -P ALL:
09:49:54 PM CPU %user %nice %system %iowait %irq %soft %idle intr/s
09:49:54 PM all 85.58 0.00 12.53 0.08 0.07 1.17 0.57 4025.49
09:49:54 PM 0 87.05 0.00 8.37 0.04 0.24 3.71 0.59 2969.66
09:49:54 PM 1 82.22 0.00 16.79 0.03 0.01 0.31 0.64 10.81
09:49:54 PM 2 86.44 0.00 12.55 0.08 0.01 0.33 0.59 520.02
09:49:54 PM 3 86.61 0.00 12.41 0.16 0.01 0.33 0.47 525.01
The far right column is interrupts per second. I'm spending far too many proc cycles on interrupt handling for my taste.
The server new, it's been running excessively loaded all day, and I'm getting a number of segfaults on the standard distro RPM build of Apache. I'm wondering if I might've gotten a bum proc, because I've never seen Apache segfault continuously before. Ideas?
posted by SpecialK to computers & internet (12 comments total)
Not nearly enough data to analyse, reasonably. But, it's far more likely you have a bad socket or M/B, than a bad processor.
posted by paulsc at 9:25 PM on September 23, 2006