utkuozdemir/nvidia_gpu_exporter

Change from 'throttle' to 'event' in output from nvidia-smi v535.113.01

Opened this issue · 0 comments

Describe the bug

In version v535.113.01 of nvidia-smi, the fields with throttle seems to have been renamed to rather have event. I ran the example command from here and it "silently" renames the fields accordingly. It's worth noting that the nvidia_gpu_exporter seems to handle this gracefully, but the dashboard does not. I modified the dashboard for my own use but figured I would report the change here aswell.

To Reproduce
Steps to reproduce the behavior:

  1. Run command:
nvidia-smi --query-gpu="clocks_throttle_reasons.hw_thermal_slowdown,clocks_throttle_reasons.hw_power_brake_slowdown,clocks_throttle_reasons.sw_thermal_slowdown,clocks_throttle_reasons.sync_boost" --format=csv
  1. See that the csv header names have been modified to 'event'.

Expected behavior
None.

Console output
None.

Model and Version

  • GPU Model: NVIDIA GeForce RTX 4080
  • App version and architecture: v1.2.0 - linux_x86_64
  • Installation method: binary download through AUR
  • Operating System: ArchLinux 6.5.5-arch1-1
  • Nvidia GPU driver version: NVIDIA Linux driver v535.113.01

Additional context
None.