Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
barskern opened this issue Oct 5, 2023 · 0 comments
Open

Comments

@barskern
Copy link

barskern commented Oct 5, 2023

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.

@barskern barskern changed the title Possible change from 'throttle' to 'event' in output from nvidia-smi v535.113.01 Change from 'throttle' to 'event' in output from nvidia-smi v535.113.01 Oct 5, 2023
squat added a commit to squat/nvidia_gpu_exporter that referenced this issue Mar 20, 2024
The metrics for throttling reasons have been renamed from `nvidia_smi_clocks_throttle_reasons_*` to `nvidia_smi_clocks_event_reasons_*`. This change has broken the Grafana dashboard.

xref: utkuozdemir#123
utkuozdemir pushed a commit to squat/nvidia_gpu_exporter that referenced this issue Jun 28, 2024
The metrics for throttling reasons have been renamed from `nvidia_smi_clocks_throttle_reasons_*` to `nvidia_smi_clocks_event_reasons_*`. This change has broken the Grafana dashboard.

xref: utkuozdemir#123
utkuozdemir pushed a commit to squat/nvidia_gpu_exporter that referenced this issue Sep 29, 2024
The metrics for throttling reasons have been renamed from `nvidia_smi_clocks_throttle_reasons_*` to `nvidia_smi_clocks_event_reasons_*`. This change has broken the Grafana dashboard.

xref: utkuozdemir#123
utkuozdemir pushed a commit that referenced this issue Sep 29, 2024
The metrics for throttling reasons have been renamed from `nvidia_smi_clocks_throttle_reasons_*` to `nvidia_smi_clocks_event_reasons_*`. This change has broken the Grafana dashboard.

xref: #123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant