Created
September 24, 2017 09:33
-
-
Save mk-fg/446a65e5baa1e6b53d44fad36093a599 to your computer and use it in GitHub Desktop.
This file contains 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
% cat /proc/interrupts | |
CPU0 CPU1 CPU2 CPU3 | |
0: 8163 34453 302107 16401340 IO-APIC 2-edge timer | |
1: 0 0 0 2 IO-APIC 1-edge i8042 | |
8: 0 0 0 1 IO-APIC 8-edge rtc0 | |
9: 0 0 0 2 IO-APIC 9-fasteoi acpi | |
12: 0 0 0 4 IO-APIC 12-edge i8042 | |
16: 12 132 16341 1209542 IO-APIC 16-fasteoi snd_hda_intel:card0 | |
17: 7 37 3501 251541 IO-APIC 17-fasteoi ehci_hcd:usb1, ehci_hcd:usb2, ehci_hcd:usb3 | |
18: 0 0 0 4 IO-APIC 18-fasteoi ohci_hcd:usb4, ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7 | |
22: 3 33 1720 87916 IO-APIC 22-fasteoi enp2s7 | |
27: 11 75 4382 332282 PCI-MSI 278528-edge ahci[0000:00:11.0] | |
28: 43 317 18464 2268565 PCI-MSI 524288-edge enp1s0 | |
29: 0 0 0 0 PCI-MSI 1572864-edge xhci_hcd | |
30: 0 0 0 0 PCI-MSI 1572865-edge xhci_hcd | |
31: 0 0 0 0 PCI-MSI 1572866-edge xhci_hcd | |
32: 0 0 0 0 PCI-MSI 1572867-edge xhci_hcd | |
33: 0 0 0 0 PCI-MSI 1572868-edge xhci_hcd | |
34: 0 0 0 28 PCI-MSI 2099200-edge snd_hda_intel:card1 | |
35: 74 895 34701 3146423 PCI-MSI 2097152-edge radeon | |
NMI: 373 338 297 337 Non-maskable interrupts | |
LOC: 8217275 6967513 5776086 1628010 Local timer interrupts | |
SPU: 0 0 0 0 Spurious interrupts | |
PMI: 373 338 297 337 Performance monitoring interrupts | |
IWI: 53 26 22 43 IRQ work interrupts | |
RTR: 0 0 0 0 APIC ICR read retries | |
RES: 10799508 10303043 9285411 6640769 Rescheduling interrupts | |
CAL: 268276 257036 255131 185122 Function call interrupts | |
TLB: 264291 252501 250901 181101 TLB shootdowns | |
THR: 0 0 0 0 Threshold APIC interrupts | |
DFR: 0 0 0 0 Deferred Error APIC interrupts | |
MCE: 0 0 0 0 Machine check exceptions | |
MCP: 202 202 202 202 Machine check polls | |
ERR: 1 | |
MIS: 0 | |
PIN: 0 0 0 0 Posted-interrupt notification event | |
PIW: 0 0 0 0 Posted-interrupt wakeup event |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment