- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
8 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
>>>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?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
>>>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?
