mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
31 lines
488 B
Markdown
31 lines
488 B
Markdown
# Nvme-cli
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Sources](#sources)
|
|
|
|
## 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]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Others -->
|
|
[how to check cpu temperature on ubuntu linux]: https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux/
|