jtop should not print Total value as sum of POM_5V_IN, POM_5V_GPU and POM_5V_CPU #51
Closed
Description
When running jtop I noticed that Total Power is greater than POM_5V_IN:
According to https://forums.developer.nvidia.com/t/power-consumption-monitoring/73608/8 "POM_5V_IN measures the overall 5V input to the board, it represents the total power consumption. You don’t need to add POM_5V_GPU and POM_5V_CPU to it. The GPU/CPU rails are provided for extra reference."
That means Total row is always wrong and correct total value is given by POM_5V_IN. I suggest to either remove Total row or make it equal to POM_5V_IN, or rename "POM_5V_IN" to "POM_5V_IN (Total)".