Hi,
I was conducting some power measurements using both pynvml and nvidia-smi, I noticed with the latest driver 535.xx on H100, nvidia-smi has three power draw measurements:
power.draw – averages power over 1 sec period
power.draw.average
power.draw.instant – samples power each 25ms
do we have the same options in nvml library? what exactly does nvmlDeviceGetPowerUsage do? and can we get actual instant power from nvml like nvidia-smi power.draw.instant?
Thanks.