GPU Temperature on button #397
-
|
Hi, I was wondering if anyone knows of a way to get GPU temp to show on a button. It's super easy to get the CPU temp to show using the OS action "CPU Temperature", but there isn't an OS action for the GPU. FYI, I am using an NVidia GPU and using the Gnome extension "Resource Monitor" I can see my GPU temp (and other info) on the "system tray". So, I would think it shouldn't be much issue to have it on my stream deck. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Since StreamController doesn't have a built-in GPU temperature action, use the Shell Command action with this command: nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader,nounitsThis returns just the temperature number (e.g., |
Beta Was this translation helpful? Give feedback.
Since StreamController doesn't have a built-in GPU temperature action, use the Shell Command action with this command:
This returns just the temperature number (e.g.,
65).