Blame src/components/host_micpower/README

Packit Service a1973e
This is a component that exports power information for Intel Xeon Phi cards (MIC).
Packit Service a1973e
The component makes use of the MicAccessAPI distributed with the Intel Manycore Platform Software Stack.
Packit Service a1973e
(http://software.intel.com/en-us/articles/intel-manycore-platform-software-stack-mpss)
Packit Service a1973e
Specifically in the intel-mic-sysmgmt package.
Packit Service a1973e
Packit Service a1973e
A configure script allows for non-default locations for the sysmgmt sdk. see ./configure --help
Packit Service a1973e
Packit Service a1973e
About the data, PAPI retrieves the data via the MicGetPowerUsage call.
Packit Service a1973e
Per the SDK documentation:
Packit Service a1973e
MicGetPowerUsage - Retrieve power usage values of Intel® Xeon Phi™ Coprocessor and components.
Packit Service a1973e
   Data Fields
Packit Service a1973e
   MicPwrPws  total0
Packit Service a1973e
              Total power utilization by Intel® Xeon Phi™ product codenamed “Knights Corner” device, Averaged over Time Window 0 (uWatts).
Packit Service a1973e
   MicPwrPws  total1
Packit Service a1973e
              Total power utilization by Intel® Xeon Phi™ product codenamed “Knights Corner” device, Averaged over Time Window 1 (uWatts).
Packit Service a1973e
   MicPwrPws  inst
Packit Service a1973e
              Instantaneous power (uWatts).
Packit Service a1973e
   MicPwrPws  imax
Packit Service a1973e
              Max instantaneous power (uWatts).
Packit Service a1973e
   MicPwrPws  pcie
Packit Service a1973e
              PCI-E connector power (uWatts).
Packit Service a1973e
   MicPwrPws  c2x3
Packit Service a1973e
              2x3 connector power (uWatts).
Packit Service a1973e
   MicPwrPws  c2x4
Packit Service a1973e
              2x4 connector power (uWatts).
Packit Service a1973e
   MicPwrVrr  vccp
Packit Service a1973e
              Core rail (uVolts).
Packit Service a1973e
   MicPwrVrr  vddg
Packit Service a1973e
              Uncore rail (uVolts).
Packit Service a1973e
   MicPwrVrr  vddq
Packit Service a1973e
              Memory subsystem rail (uVolts).