Install nvme-cli

1
sudo apt-get install nvme-cli

List disks

1
sudo nvme list

View the details of the hard drive

1
sudo nvme smart-log /dev/nvme0

Auto refresh status

1
sudo watch -n 1 nvme smart-log /dev/nvme0

Only view the temperature info

1
sudo nvme smart-log /dev/nvme0 | grep "^temperature"

Comments

⬆︎TOP