NVIDIA / DCGM

NVIDIA Data Center GPU Manager (DCGM) is a project for gathering telemetry and measuring the health of NVIDIA GPUs
Apache License 2.0
355 stars 49 forks source link

`power_usage` vs. `power_usage_instant`? #157

Closed jaywonchung closed 2 months ago

jaywonchung commented 4 months ago

Hi,

I was just wondering what the difference between DCGM_FI_DEV_POWER_USAGE (155) and DCGM_FI_DEV_POWER_USAGE_INSTANT (157) would be. Is the former actually some kind of running average and the latter instantaneous?

Thanks a lot.

jaywonchung commented 2 months ago

Is the former actually some kind of running average and the latter instantaneous?

Yes.