We intend to get the real-time power consumption of bluefield2 SmartNic cards. Looking through bluefield documents, we do find some clues for real-time power, such as getting via BMC, or reading particular PCIe registers. But none of them can actually work. We want to confirm if power monitoring is really NOT supported in the hardware design, or maybe there are some undocumented methods to get it, e.g. via undocumented ipmi raw commands, or via i2c links. Any comments will be appreciated. Thanks!
Below are methods we have tried:
-
It is mentioned in the BlueField BMC document that BMC has the ability of Environmental monitoring – voltage/current/power. But we only see the voltages from BMC sensor information.
-
From the Nvidia Adapters Programmer’s Reference Manual (PRM), we find there is a set of PCIe registers for Voltage and Power (MVCAP, MVCR, MSPS, MCPP). But we failed to get valid register values with the tool mlxreg.