On 09/28/2010 11:40 AM, Mike wrote: > How do I go about finding which device is causing those interrupts? (to make > sure it`s actually Digium hardware and not something else?)
Can you let something like 'while true; do date >> interrupt_log.txt; cat /proc/interrupts >> interrupt_log.txt; echo "***********" >> interrupt_log.txt; sleep 10; done' Run and see IRQ line has a jump in total interrupts (on any CPU) about the time you notice the IRQ spike from your snmp log? -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
