-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
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
9 tasks
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
Describe the bug
In version
v535.113.01
ofnvidia-smi
, the fields withthrottle
seems to have been renamed to rather haveevent
. I ran the example command from here and it "silently" renames the fields accordingly. It's worth noting that thenvidia_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:
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
Expected behavior
None.
Console output
None.
Model and Version
Additional context
None.
The text was updated successfully, but these errors were encountered: