Advertisement
goffinet

/cat/interrupts VMWare VM

Jan 6th, 2015
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.73 KB | None | 0 0
  1. #Centos 7 VMWare Virtual Machine
  2. cat /proc/interrupts
  3.             CPU0       CPU1      
  4.    0:         85          0   IO-APIC-edge      timer
  5.    1:        290         18   IO-APIC-edge      i8042
  6.    6:          5          0   IO-APIC-edge      floppy
  7.    8:          1          0   IO-APIC-edge      rtc0
  8.    9:          0          0   IO-APIC-fasteoi   acpi
  9.   12:       2850        416   IO-APIC-edge      i8042
  10.   14:          0          0   IO-APIC-edge      ata_piix
  11.   15:          0          0   IO-APIC-edge      ata_piix
  12.   16:        895        615   IO-APIC-fasteoi   vmwgfx, snd_ens1371
  13.   17:      11067          2   IO-APIC-fasteoi   ehci_hcd:usb1, ioc0
  14.   18:        154          5   IO-APIC-fasteoi   uhci_hcd:usb2
  15.   19:        456         47   IO-APIC-fasteoi   eno16777736
  16.   40:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  17.   41:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  18.   42:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  19.   43:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  20.   44:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  21.   45:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  22.   46:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  23.   47:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  24.   48:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  25.   49:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  26.   50:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  27.   51:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  28.   52:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  29.   53:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  30.   54:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  31.   55:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  32.   56:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  33.   57:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  34.   58:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  35.   59:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  36.   60:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  37.   61:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  38.   62:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  39.   63:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  40.   64:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  41.   65:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  42.   66:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  43.   67:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  44.   68:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  45.   69:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  46.   70:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  47.   71:          0          0   PCI-MSI-edge      PCIe PME, pciehp
  48.   72:        160         22   PCI-MSI-edge      ahci
  49.   73:          0          0   PCI-MSI-edge      vmw_vmci
  50.   74:          0          0   PCI-MSI-edge      vmw_vmci
  51.  NMI:          4          4   Non-maskable interrupts
  52.  LOC:      47674      45168   Local timer interrupts
  53.  SPU:          0          0   Spurious interrupts
  54.  PMI:          4          4   Performance monitoring interrupts
  55.  IWI:       1623       1148   IRQ work interrupts
  56.  RTR:          0          0   APIC ICR read retries
  57.  RES:      11192      13587   Rescheduling interrupts
  58.  CAL:        922       5075   Function call interrupts
  59.  TLB:        671        410   TLB shootdowns
  60.  TRM:          0          0   Thermal event interrupts
  61.  THR:          0          0   Threshold APIC interrupts
  62.  MCE:          0          0   Machine check exceptions
  63.  MCP:          1          1   Machine check polls
  64.  ERR:          0
  65.  MIS:          0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement