You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I used nvidia coolbits in Linux to overclock my GPU and my bios to overclock my cpu also with an option passed to grub at boot, so temperatures are important to me.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Under Core0, Core1, Core2, Core3 should be GPU0 with temperature output from this command.
I can't get a gpu usage percentage from nvidia-smi output. Run it with no arguments for more output. But if the output is parsed, the memory percentage can be obtained like this. Done in python, and bc might be needed for floating point division in bash.
That percentage can also be used to generate a graph to match the ones for Core# above it (smaller ones, not the big one to the left).
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've considered conky for this or modifying a widget in kde since I already use kde widgets for other system stats.
Additional context
Add any other context or screenshots about the feature request here.
The memory usage isn't as important as having the temperature. gotop displays many temperatures but fails to get the gpu temperature, and I didn't like it as much as bashtop.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I used nvidia coolbits in Linux to overclock my GPU and my bios to overclock my cpu also with an option passed to grub at boot, so temperatures are important to me.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Under Core0, Core1, Core2, Core3 should be GPU0 with temperature output from this command.
$ nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader,nounits
43
I can't get a gpu usage percentage from nvidia-smi output. Run it with no arguments for more output. But if the output is parsed, the memory percentage can be obtained like this. Done in python, and bc might be needed for floating point division in bash.
That percentage can also be used to generate a graph to match the ones for Core# above it (smaller ones, not the big one to the left).
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've considered conky for this or modifying a widget in kde since I already use kde widgets for other system stats.
Additional context
Add any other context or screenshots about the feature request here.
The memory usage isn't as important as having the temperature. gotop displays many temperatures but fails to get the gpu temperature, and I didn't like it as much as bashtop.
The text was updated successfully, but these errors were encountered: