-
-
Notifications
You must be signed in to change notification settings - Fork 600
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
Updating Stacer to integrate GPU usage for nvidia [Issue #105] #415
base: native
Are you sure you want to change the base?
Conversation
what happens with multi gpu conputers? 2-8 gpus |
It will handle all the gpu, it will add all the gpus memory to create a total memory and the same for the gpus utilisation in the dashboard. For the chart, It will handle each gpu individually and make a trace for each gpu, I have added the gpu name and serial number for easy identification. |
I do not have multigpu at home so I cannot demonstrate it but the code should handle it. |
thanks for clarification, i will be glad to test it and create screenshots for you. @oguzhaninan is there a plan to merge? plan to create/tag new releases? |
Thanks! |
here's a debian package (for sid/amd64) http://sid.ethz.ch/debian/stacer/gpu/ it would show me 0 Percents / 800... and 0.0 GiB/88.2 GiB, and the disk thing only takes into acocunt /, nto all filesystems... would it not also be great to show memory with indicator for zram enabled or not and how much and how much is used, visible with |
Hi @oozut, Thank you so much for this feature. But it doesn't look good for the Dashboard. Perhaps there should be a different page for this. |
Looks rad! :( |
maybe make it a build option? or even better runtime option? |
Eh, I think we need an actively developed fork.. |
Any update on this PR? |
This seems to be good. It would be great to have it merged. |
Look cool how can i get it working on Garuda "arch" ? Any input? |
Hi, I have added support for the visualization of the GPU for nvidia card with nvidia official driver installed in response to the new feature request #105 .
Here is a current example of the dashboard tab
Here is a current example of the resources tab
I have added a lightweight xml reader pugixml to be able to handle the nvidia-smi output.
The next step might be to add a column to the Processes tab to indicates the GPU Memory utilisation.