Created
December 1, 2011 07:19
-
-
Save syuu1228/1414591 to your computer and use it in GitHub Desktop.
cat /proc/interrupts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo cat /proc/interrupts | |
CPU0 CPU1 CPU2 CPU3 | |
0: 43 2 8 394 IO-APIC-edge timer | |
1: 5 6385 11823 11 IO-APIC-edge i8042 | |
7: 0 0 0 0 IO-APIC-edge parport0 | |
8: 0 0 1 0 IO-APIC-edge rtc0 | |
9: 0 0 0 0 IO-APIC-fasteoi acpi | |
16: 183513 8 7 10 IO-APIC-fasteoi uhci_hcd:usb3 | |
18: 1 0 1 0 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb5, uhci_hcd:usb8 | |
19: 0 0 0 0 IO-APIC-fasteoi uhci_hcd:usb7 | |
21: 0 0 0 0 IO-APIC-fasteoi uhci_hcd:usb4 | |
23: 0 0 0 0 IO-APIC-fasteoi ehci_hcd:usb2, uhci_hcd:usb6 | |
42: 6909289 56 60 60 PCI-MSI-edge eth0 | |
43: 111353 925 924 129432 PCI-MSI-edge ahci | |
44: 6971 28 138 10601 PCI-MSI-edge i915 | |
45: 308 56 57 91 PCI-MSI-edge hda_intel | |
NMI: 0 0 0 0 Non-maskable interrupts | |
LOC: 64115114 102610254 105858346 61661606 Local timer interrupts | |
SPU: 0 0 0 0 Spurious interrupts | |
PMI: 0 0 0 0 Performance monitoring interrupts | |
IWI: 0 0 0 0 IRQ work interrupts | |
RES: 17649838 17309097 17882096 16550198 Rescheduling interrupts | |
CAL: 58133 252349 134113 75510 Function call interrupts | |
TLB: 766126 134077 148240 513339 TLB shootdowns | |
TRM: 0 0 0 0 Thermal event interrupts | |
THR: 0 0 0 0 Threshold APIC interrupts | |
MCE: 0 0 0 0 Machine check exceptions | |
MCP: 405 405 405 405 Machine check polls | |
ERR: 0 | |
MIS: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment