Watching temperature on ‘charm’

Note to self: run these commands to watch NVMe, GPU, and CPU temperatures on ‘charm‘:

watch sudo sensors
watch sudo nvme smart-log /dev/nvme0
watch sudo nvme smart-log /dev/nvme1
watch sudo nvme smart-log /dev/nvme2
watch sudo nvme smart-log /dev/nvme3

These sensors were enabled with:

sudo apt install nvme-cli
sudo apt install lm-sensors
sudo sensors-detect

Leave a Reply