On a 12.1-RELEASE system, I can use sysutils/powermon to display the current power use of the chosen CPU package. As per the powermon man page, "The powermon utility reads the CPU internal power counters, calculates the current power consumption and displays it on a nice curses interface."
Is there a simple way of just obtaining the current power consumption or, if it does not exist, an average of the last x seconds as a single reading instead of as a TUI output? As in a sysctl(8) MIB value that could be read? Having waded through
Thank you for any pointers that will help me solve this.
Edit: if this is hardware-dependent and the configuration matters, then let it be stated that the computer is a Dell PowerEdge R720 with two E5-2630L v2s.
Is there a simple way of just obtaining the current power consumption or, if it does not exist, an average of the last x seconds as a single reading instead of as a TUI output? As in a sysctl(8) MIB value that could be read? Having waded through
sysctl -a
, I see no obvious resource for this. ipmitool
is able to give me the power consumption of the whole system in Pwr Consumption
, but powermon does it for the CPU(s) only.Thank you for any pointers that will help me solve this.
Edit: if this is hardware-dependent and the configuration matters, then let it be stated that the computer is a Dell PowerEdge R720 with two E5-2630L v2s.
Last edited by a moderator: