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
Can I get the information about the GPU utilization of each user?
The text was updated successfully, but these errors were encountered:
I don't think nvidia-ml library can report GPU utilization per user. Do you find a solution for that?
Sorry, something went wrong.
No. My leader asked me to write a shell script to monitor everyone's GPU utilization. However, I have no idea and I am looking for a solution for it.
I think this can be implemented using nvmlDeviceGetProcessUtilization API, which reports encoder/decoder/compute utilization per process.
nvmlDeviceGetProcessUtilization
No branches or pull requests
Can I get the information about the GPU utilization of each user?
The text was updated successfully, but these errors were encountered: