Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.

Per core energy analysis

ARNAB_R_
Beginner
319 Views

Hi ,

Is there any way to measure energy consumed by a particular core(instead of entire package that can be obtained from RAPL registers) of a processor?

 

0 Kudos
2 Replies
McCalpinJohn
Honored Contributor III
319 Views

There are no exposed mechanisms for separating the energy consumption at a finer level of granularity than the "power planes" that RAPL supports.   (The activity, voltage, and temperature information used as input to the RAPL model might be available at a finer granularity inside the chip, but there is no mechanism to see it.)

I noticed that the Xeon E5-26xx v3 processors in my lab no longer provide a separate RAPL PP0 (core) energy consumption value (the MSR always returns zero), so it is no longer possible to subtract PP0 energy from Package energy to get an approximation to uncore energy.   From reading other documentation about the Xeon E5 v3, it seems that the hardware's ability to control the energy consumption is getting more sophisticated, but there is less detailed information available to the user.   It is hard to tell if this is a trend or a one-time retreat on supported functionality.

0 Kudos
Bernard
Valued Contributor I
319 Views

 There is no hardware register presumably MSR type which will report single core power consumption.

Search in Google Patents service following query " Power management coordination in multicore processors" 

0 Kudos
Reply