rice/gpu-temp.sh

5 lines
115 B
Bash
Raw Permalink Normal View History

2022-01-22 21:57:48 +00:00
#!/bin/sh
c_gputemp=`nvidia-smi -q | grep 'GPU Current Temp' | awk '{print $(NF-1)}'`
echo GPU Temp: $c_gputemp C