This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Support for alternative ways to collect the power usage data #140
Labels
enhancement
New feature or request
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: