Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

RAPL, DRAM and PCM

Jee_C_
Beginner
861 Views

I have a coupe of questions regarding RAPL and PCM.

1) Does the DRAM RAPL Domain measure energy consumed by the DRAM module itself or the energy conumsed by the interface in the CPU package?

2) Somebody mentioned that PCM 2.0 can measure DRAM energy this needs the right BIOS. Is this referring to the motherboard BIOS? Also, is this the same as the DRAM RAPL Domain measurements?

Thank you.

0 Kudos
8 Replies
Roman_D_Intel
Employee
861 Views
Hi Jee C, the DRAM RAPL domain includes energy consumption by the DRAM modules. Intel PCM uses DRAM RAPL counters to implement its DRAM energy metrics. The board manufacturer has to calibrate and tune DRAM voltage regulators for DRAM RAPL feature and then enable DRAM RAPL MSR in the BIOS. Thanks, Roman
Jee_C_
Beginner
861 Views
Hi, Roman. Thanks for the info. Do Intel motherboards support this feature? For example: Intel S2600CP4 Will this one support reading DRAM energy metric? Thanks -- Jee
Roman_D_Intel
Employee
861 Views
Hi Jee C., See this thread please. hope it helps, let us know if it works for you. Roman
Jee_C_
Beginner
861 Views
Hi. We have not purchased the Intel S2600CP4 yet, so haven't been able to test what was suggested in the manual. However, we recently built a code development Sandy Bridge system using ASUS Z9PE-D16/2L SSI EEB Server Motherboard Dual LGA 2011 DDR3 1600. This seems to support the DRAM energy measurements. This is what we got from PAPI 5.0.1. Energy measurements: rapl:::PACKAGE_ENERGY:PACKAGE0 13.032684J (Average Power 13.0W) rapl:::PACKAGE_ENERGY:PACKAGE1 12.657837J (Average Power 12.7W) rapl:::DRAM_ENERGY:PACKAGE0 14.408752J (Average Power 14.4W) rapl:::DRAM_ENERGY:PACKAGE1 1.955688J (Average Power 2.0W) rapl:::PP0_ENERGY:PACKAGE0 1.785553J (Average Power 1.8W) rapl:::PP0_ENERGY:PACKAGE1 1.756424J (Average Power 1.8W)
Jee_C_
Beginner
860 Views
I am having problems with an Ivy Bridge CPU. This is the Intel Core i3 3217-U from the NUC. When I try to read the MSR_PKG_POWER_INFO register to see what the CPU's power specs are this is what I get: Package thermal spec: 17.000W Package minimum power: 0.000W Package maximum power: 0.000W Package maximum time window: 0.000s The same code seems to work fine on Sandy Bridge systems. Does anybody know why this isn't working on this Ivy Bridge CPU? Thanks. -- Jee
Bernard
Black Belt
861 Views
>>>When I try to read the MSR_PKG_POWER_INFO register to see what the CPU's power specs are this is what I get:>>> Do you access that register programmaticaly?I mean by kernel mode driver?
Jee_C_
Beginner
861 Views
I'm not sure. I used PAPI 5.0.1 and using the code I found here: http://www.eece.maine.edu/~vweaver/projects/rapl/rapl_msr.c Both PAPI and this code give the same numbers for spec, min, max and time windows. I have sudo access to /dev/cpu/0/msr and it seems to read the thermal spec (17W) fine, but not the other numbers.
Bernard
Black Belt
860 Views
>>>I'm not sure. I used PAPI 5.0.1 and using the code I found here: http://www.eece.maine.edu/~vweaver/projects/rapl/rapl_msr.c>>> Sadly there is no shown the exact implementation of MSR reading/writing routines,Can you disassemble those routines?
Reply