-
Notifications
You must be signed in to change notification settings - Fork 14
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
GPU used by a user #14
Comments
One can add a chart entry for GPU memory utilization per GPU, which consists of many lines (one per user). This should be straightforward to implement. |
For the moment I implemented per user GPU memory utilization modifying nvidia-smi collector netdata/netdata#9372 Implementing by pynvml should be more efficient Do you think it would be possible to monitor per user GPU utilization (not memory)? |
Correct me if I'm wrong, but the only per user metric that is extractable, is how much memory is used. I am not able to find a metric for percent GPU usage per user. Please let me know if I am just blind ^^ |
I rephrase this.
It would be nice to have 'per user' GPU monitoring.
Something similar to what we can get with
users_cpu_user_percentage_average
I would like to have
users_gpu_user_percentage_average.
I have seen something similar in gpustat.
Could it be possible to get some useful info?
If I'm not wrong both (this and gpustat) use the same library pynvml...
I asked the same here...
--it was ---
Would it be possible to create an alarm that triggers
when a user uses more than one GPU?
That is: if on a GPU there are running processes of more than a user?
Thanks
The text was updated successfully, but these errors were encountered: