Hi,

This is not a critical problem, more a point of interest.

My new desktop machine reports very high interrupt rates in stats,
the bargraph on stats is stock at 100%, a count of 176000 (ints/sec ?)

I added erik's interrupt counter code and see that these are occuring
on irq 10, which my hardware ties to the SATA interface and usbuhci
(a combined Intel 82801EB/ER chipset).

the other difference between this system and my previous one is
I now have a USB keyboard and mouse (rather than PS2).

Is there a problem with my USB or is it a case of "they all do that"?

-Steve

-----------------
larch% grep '10|clock' /dev/irqalloc
         50          18           1196593585 clock
        105          10         167041275929 sdF (ata)
        105          10         167041275930 sdE (ata)
        105          10         167041275932 usbuhci

# whyirq below prints the difference in /dev/irqalloc over a 4 second period.

larch% whyirq
    trap      irq      count       rate  name
      73       11        136      34.00  ether0
      65        1          1       0.25  kbd
     105       10     601952  150488.00  usbuhci
      50       18       4340    1085.00  clock


Reply via email to