We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Team,
there is no samples available in the repository to retrieve the information of fields.
Lets say I want to extract DCGM_FI_DEV_PCIE_LINK_WIDTH for all the GPUs on the server.
Can someone help me how to extract this value?
It might be simple but I am struggling to retrieve it using go-lang
go-dcgm/pkg/dcgm/const.go
Line 132 in 6d8fa5f
The text was updated successfully, but these errors were encountered:
@vickyvikas7988,
You could see an example here:
go-dcgm/pkg/dcgm/device_status.go
Line 73 in 6d8fa5f
In general, to get any field value you first need to:
Sorry, something went wrong.
@nikkon-dev I am unable to see below fields in https://github.com/NVIDIA/go-dcgm/blob/6d8fa5f863f805dd92c66a94ce5e5b037a24959c/pkg/dcgm/const.go file
DCGM_CLOCKS_THROTTLE_REASON_HW_SLOWDOWN DCGM_CLOCKS_THROTTLE_REASON_SW_THERMAL DCGM_CLOCKS_THROTTLE_REASON_HW_THERMAL DCGM_CLOCKS_THROTTLE_REASON_HW_POWER_BRAKE
How do I use it?
go-dcgm/pkg/dcgm/dcgm_fields.h
Line 123 in 6d8fa5f
No branches or pull requests
Team,
there is no samples available in the repository to retrieve the information of fields.
Lets say I want to extract DCGM_FI_DEV_PCIE_LINK_WIDTH for all the GPUs on the server.
Can someone help me how to extract this value?
It might be simple but I am struggling to retrieve it using go-lang
go-dcgm/pkg/dcgm/const.go
Line 132 in 6d8fa5f
The text was updated successfully, but these errors were encountered: