-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
[REQ] add ability to display VRAM Usage #1100
Comments
What do you mean by this exactly? Is there an other tool that does this already or can you point to some documentation for this feature? |
Right now I`m using,
https://nvidia.custhelp.com/app/answers/detail/a_id/3751/~/useful-nvidia-smi-queries |
Given that this is highly dependent on the vendor of the GPU used we decided to not support this in htop directly, as otherwise we'd have to implement this for all vendors or get nagged to do it for the others we didn't do yet. One planned feature that could help in this regard is #526. Another references worth taking a look at regarding GPU meters is e.g. #406 (GPU utilization). |
I Wil close this as it is a duplicate of 406: Since there are only 2 or soon 3 vendors, it shouldn’t b that hard to just check what vendor it is and then run it`s part of the code. Closed as its a duplicate of #406 |
I'm currently trying to troubleshoot something that is probably related to VRAM usage.
It would b very handy if HTOP could also display this info.
The text was updated successfully, but these errors were encountered: