Added KB page about sensors and temperature checking

This commit is contained in:
Michele Cereda
2022-05-16 14:03:07 +02:00
parent 316818280f
commit 9b3da83356
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Nvme-cli
## TL;DR
```sh
# Installation.
sudo apt install nvme-cli
# List available devices.
sudo nvme list
# Show data about devices.
sudo nvme smart-log /dev/nvme0
```
## Sources
- [How to check CPU temperature on Ubuntu Linux]
[how to check cpu temperature on ubuntu linux]: https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux/