Info on AWS metal instance #1116
Closed
rootfs
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
@rootfs , as we talked offline, I did not see similar issue in my local setup. Below are my local try logs:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There have been some discussions on whether RAPL readings can be found on AWS metal instances. I took a step to check today.
Short story: on an
i3.metal
instance, I can read RAPL pkg and dram domains. But the default ubuntu 20.04 build doesn't come with RAPL kernel module, so I have to installmsr-tools
and runrdmsr
command to get the readings. Based on this findings, we should keep the MSR pkg in kepler and allow EnableMSR to be turned on.@jiere can you take a look? Thanks
This is also part of the process to turn on power model training on AWS metal instances
sustainable-computing-io/kepler-model-server#206 (cc @sunya-ch @marceloamaral )
Beta Was this translation helpful? Give feedback.
All reactions