Roman Dementiev
Roman Dementiev
the main pcm utility should be supported on your CPU. For pcm-power this is the answer: https://github.com/intel/pcm/blob/master/doc/FAQ.md#q5
does the pcm command line utility show the energy consumption? Could you post a screenshot from the pcm output?
could you post the full output? The data values are cut off
> actually i have been using `pcm-senseor-server` and connecting the prometheus + grafana to it to view the metrics. But that grafana doesn't show Socket Energy Consumption. It shows 'No...
this issue should now be resolved in the master branch : https://github.com/intel/pcm/commit/56901851deda8a6f78254fa9fbef3d4c3afdf7a4
please reopen if the issue is still there
I believe this has been fixed in a recent version. If not, please re-open
there are a few more things to consider: pcm-numa measures accesses. Each read access can trigger 64 byte transfer (cache line) or up to two 64 byte transfers (read-for-ownership +...
The dashboards can be downloaded into a stand-alone file: https://github.com/intel/pcm/blob/0cbcdbe3b9b3002b2db4d10a98fcb5b9f2dd4156/scripts/grafana/start-prometheus.sh#L30 I think you can also produce the json file with (a modified version of) https://github.com/intel/pcm/blob/master/src/dashboardtest.cpp locally without http access/http client....
Thanks for asking. I will check with the developer.