-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
add power_limit to nvidia_smi #15142
Comments
Hi, Please provide the output of In v12 I see numerous power limit fields. Thanks |
@jpvlerbe I need you to run the nvidia-smi command above and get the output. Telegraf does not parse that table output, but instead the output from that command. I need to see what is available from the data that telegraf can see. FWIW that 350W is the total cap value. Not something I would expect to see change. |
`$ nvidia-smi -q -x | grep power
I guess this is the v11 scheme, and the limit I am after is "power_limit" I have 2 gpu's btw |
You are making this harder than it needs to be with all these edits ;) just copy and paste without grep would have answered everything I need. In ~30mins from this post, there will be artifacts in #15144 attached as a comment. Please download one of them and ensure the new power_limit field shows up. |
artifacts are now posted |
Use Case
To get the usage of the gpu I would like to use the percentage of power used. So from the output of nvidia-smi power_draw/power_limit
This seems to be a better metric to show usage than either the ram usage or gpu usage.
Expected behavior
next to power_draw include power_limit field
Actual behavior
only power_draw is included
Additional info
Or can somehow add this to the configuration?
The text was updated successfully, but these errors were encountered: