Advertisement
Guest User

Untitled

a guest
Jul 25th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.56 KB | None | 0 0
  1. timon@TSNOTEBOOK2:~$ sudo  cat /proc/interrupts
  2.            CPU0       CPU1       CPU2       CPU3       CPU4       CPU5       CPU6       CPU7      
  3.   0:          9          0          0          0          0          0          0          0    XT-PIC-XT-PIC    timer
  4.   1:        146          0          0          0          0          0          0          0    XT-PIC-XT-PIC    i8042
  5.   2:          0          0          0          0          0          0          0          0    XT-PIC-XT-PIC    cascade
  6.   3:        760          0          0          0          0          0          0          0    XT-PIC-XT-PIC    brcmsmac
  7.   8:          1          0          0          0          0          0          0          0    XT-PIC-XT-PIC    rtc0
  8.   9:       1059          0          0          0          0          0          0          0    XT-PIC-XT-PIC    acpi
  9.  10:          0          0          0          0          0          0          0          0    XT-PIC-XT-PIC    mmc0
  10.  11:        340          0          0          0          0          0          0          0    XT-PIC-XT-PIC    ehci_hcd:usb1, ehci_hcd:usb2
  11.  12:       1068          0          0          0          0          0          0          0    XT-PIC-XT-PIC    i8042
  12.  41:       1836          0       1127          0       1544          0          0          0   PCI-MSI-edge      xhci_hcd
  13.  42:          0          0          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
  14.  43:          0          0          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
  15.  44:          0          0          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
  16.  45:          0          0          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
  17.  46:          0          0          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
  18.  47:          0          0          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
  19.  48:          0          0          0          0          0          0          0          0   PCI-MSI-edge      xhci_hcd
  20.  49:          0          0          0          0          0          0          0          0   PCI-MSI-edge      eth0
  21.  50:       6401          0          0          0       1576          0       2791          0   PCI-MSI-edge      ahci
  22.  51:         33          0          0          0          0          0          0          0   PCI-MSI-edge      rtsx_pci
  23.  52:       3077          0          0          0          0          0          0          0   PCI-MSI-edge      i915
  24.  53:          2          0          0          0          0          0          0          0   PCI-MSI-edge      radeon
  25.  54:         15          0          0          0          0          0          0          0   PCI-MSI-edge      mei
  26.  55:        368          0          0          0          0          0          0          0   PCI-MSI-edge      snd_hda_intel
  27. NMI:          5          1          5          1          3          1          4          1   Non-maskable interrupts
  28. LOC:       7936       2630       5013       2282       8413       2799       7439       2583   Local timer interrupts
  29. SPU:          0          0          0          0          0          0          0          0   Spurious interrupts
  30. PMI:          5          1          5          1          3          1          4          1   Performance monitoring interrupts
  31. IWI:          0          0          0          0          0          0          0          0   IRQ work interrupts
  32. RTR:          6          0          0          0          0          0          0          0   APIC ICR read retries
  33. RES:       2092        898        267        189        168        130        167        105   Rescheduling interrupts
  34. CAL:        767        788        753        854        771        795        813        791   Function call interrupts
  35. TLB:        276        282        238        326        328        276        492        245   TLB shootdowns
  36. TRM:          0          0          0          0          0          0          0          0   Thermal event interrupts
  37. THR:          0          0          0          0          0          0          0          0   Threshold APIC interrupts
  38. MCE:          0          0          0          0          0          0          0          0   Machine check exceptions
  39. MCP:          2          2          2          2          2          2          2          2   Machine check polls
  40. ERR:          0
  41. MIS:          0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement