-
-
Notifications
You must be signed in to change notification settings - Fork 111
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for alternative ways to collect the power usage data #140
Comments
Hi @arthurzenika , Thanks for starting this thread. Here is an overview of what has been started or imagined so far, apart from Powercap+RAPL as a source :
What we could imagine :
Does one of those items ring a bell ? What do you think ? |
@bpetit thanks for taking a look at this. Yes these approaches seem to correspond to what I initially imagined. Indeed getting stats from other tools might have a "degraded" approach or just "you can see the global consumption but not the details by process/container/etc". |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Problem
It seems that scaphandre is focused on one way of collecting the power consumption right now through the Powercap_rapl kernel capabilities.
Could there be a way to collect though other commands and maybe have some approximations of which process is consuming power through custom code ?
In our use case, we have a bunch of "old" poweredge dell servers, and I know that we can extract some wattage indicators through some
omreport
(proprietary?) command (see https://serverfault.com/questions/736068/how-do-i-get-the-power-consumption-of-a-dell-poweredge-server-on-the-cli). We used to graph these using a munin plugin, and then at some point we also had a proof-of-concept grafana dashboard working with metrics collected using that same plugin but that would send the metric to graphite using saltstack as an orchestrator. I'm sure we could have a prometheus exporter that does something similar ?Would this be in the scope of the project ? I think we could even extend the collecting to network devices that might have some power indicators in SNMP for example.
Solution
see above
The text was updated successfully, but these errors were encountered: