Monitor status of nvme ssd in Ubuntu
immortalt
Posted on December 3, 2021
Install nvme-cli
sudo apt-get install nvme-cli
List disks
sudo nvme list
View the details of the hard drive
sudo nvme smart-log /dev/nvme0
Auto refresh status
sudo watch -n 1 nvme smart-log /dev/nvme0
Only view the temperature info
sudo nvme smart-log /dev/nvme0 | grep "^temperature"
💖 💪 🙅 🚩
immortalt
Posted on December 3, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
docker Create Pipeline build and push docker to Docker Registry with Github actions
November 29, 2024