Understanding Kepler Model Server Benchmark Tests #178
Unanswered
husky-parul
asked this question in
Q&A
Replies: 1 comment
-
I would suggest to start from Simple formula is rapl reports package, core, uncore, and dram You may check metric description here: https://sustainable-computing.io/design/metrics/#kepler-metrics-for-node-information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am trying to use KMS benchmarks to collect metrics for PEAKS following this tutorial
I am running this tests on single node kind cluster which I set up using
./script.sh prepare_cluster
After that I ran the test benchmark
./script.sh quick_collect
. I have the output inmodel_training/data/sample_kepler_query.json
. In the json file I see the following metricsI am interested in capturing the total power consumption of each of the nodes in the cluster. For this which metrics should I use from the following. Also where can I find more information on the relationship/difference between these metrics.
kepler_node_core_joules_total
kepler_node_platform_joules_total
kepler_node_uncore_joules_total
kepler_node_other_joules_total
kepler_node_package_joules_total
Thanks.
cc @knarayan @sunya-ch @marceloamaral
Beta Was this translation helpful? Give feedback.
All reactions