To find CPU Temperature, run command sensors
sensors
Example
boby@sok-01:~$ sensors k10temp-pci-00c3 Adapter: PCI adapter Vcore: 925.00 mV Vsoc: 1.06 V Tctl: +36.2°C Tdie: +36.2°C Icore: 4.00 A Isoc: 1.75 A boby@sok-01:~$
To find the temperature of NVIDIA graphics card, run
/usr/bin/nvidia-smi -q -d temperature
Example
boby@sok-01:~$ /usr/bin/nvidia-smi -q -d temperature
==============NVSMI LOG==============
Timestamp : Mon Aug 2 23:53:27 2021
Driver Version : 460.91.03
CUDA Version : 11.2
Attached GPUs : 1
GPU 00000000:01:00.0
Temperature
GPU Current Temp : 45 C
GPU Shutdown Temp : 97 C
GPU Slowdown Temp : 94 C
GPU Max Operating Temp : 92 C
GPU Target Temperature : 83 C
Memory Current Temp : N/A
Memory Max Operating Temp : N/A
boby@sok-01:~$

Leave a Reply