Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
673
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. PCIe event definitions (each event counts as a transfer):
  2. PCIe read events (PCI devices reading from memory - application writes to disk/network/PCIe device):
  3. PCIePRd - PCIe UC read transfer (partial cache line)
  4. PCIeRdCur* - PCIe read current transfer (full cache line)
  5. On Haswell Server PCIeRdCur counts both full/partial cache lines
  6. RFO* - Demand Data RFO
  7. CRd* - Demand Code Read
  8. DRd - Demand Data Read
  9. PCIeNSWr - PCIe Non-snoop write transfer (partial cache line)
  10. PRd - MMIO Read [Haswell Server only: PL verify this on IVT] (Partial Cache Line)
  11. PCIe write events (PCI devices writing to memory - application reads from disk/network/PCIe device):
  12. PCIeWiLF - PCIe Write transfer (non-allocating) (full cache line)
  13. PCIeItoM - PCIe Write transfer (allocating) (full cache line)
  14. PCIeNSWr - PCIe Non-snoop write transfer (partial cache line)
  15. PCIeNSWrF - PCIe Non-snoop write transfer (full cache line)
  16. ItoM - PCIe write full cache line
  17. RFO - PCIe parial Write
  18. WiL - MMIO Write (Full/Partial)
  19.  
  20. * - NOTE: Depending on the configuration of your BIOS, this tool may report '0' if the message
  21. has not been selected.
  22.  
  23. Number of physical cores: 8
  24. Number of logical cores: 8
  25. Number of online logical cores: 8
  26. Threads (logical cores) per physical core: 1
  27. Num sockets: 1
  28. Physical cores per socket: 8
  29. Core PMU (perfmon) version: 3
  30. Number of core PMU generic (programmable) counters: 8
  31. Width of generic (programmable) counters: 48 bits
  32. Number of core PMU fixed counters: 3
  33. Width of fixed counters: 48 bits
  34. Nominal core frequency: 3200000000 Hz
  35. Package thermal spec power: 135 Watt; Package minimum power: 39 Watt; Package maximum power: 270 Watt;
  36. 2 memory controllers detected with total number of 5 channels.
  37.  
  38. Detected Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz "Intel(r) microarchitecture codename Haswell-EP/EN/EX"
  39. Update every 1 seconds
  40. delay_ms: 84
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement