From 2822061d0e17d5acdbc46740b535021115f11071 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Nov 2024 09:09:56 +0100 Subject: Adding upstream version 2.11. Signed-off-by: Daniel Baumann --- Documentation/nvme-solidigm-temp-stats.html | 825 ++++++++++++++++++++++++++++ 1 file changed, 825 insertions(+) create mode 100644 Documentation/nvme-solidigm-temp-stats.html (limited to 'Documentation/nvme-solidigm-temp-stats.html') diff --git a/Documentation/nvme-solidigm-temp-stats.html b/Documentation/nvme-solidigm-temp-stats.html new file mode 100644 index 0000000..d61c5fc --- /dev/null +++ b/Documentation/nvme-solidigm-temp-stats.html @@ -0,0 +1,825 @@ + + + + + + +nvme-solidigm-temp-stats(1) + + + + + +
+
+

SYNOPSIS

+
+
+
nvme solidigm temp-stats <device> [--raw-binary | -b]
+
+
+
+
+
+

DESCRIPTION

+
+

Retrieves and displays the Temperature Statistics log for the given Solidigm +NVMe device. This log provides detailed temperature-related information.

+

The <device> parameter is mandatory and may be either the NVMe character +device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).

+
+
+
+

OPTIONS

+
+
+
+-b +
+
+--raw-binary +
+
+

+ Dump output in binary format. This option will display the raw data + instead of interpreting it. +

+
+
+
+
+
+

EXAMPLES

+
+
    +
  • +

    +Retrieve and display the temperature statistics log: +

    +
    +
    +
    # nvme solidigm temp-stats /dev/nvme0
    +
    +
  • +
  • +

    +Retrieve the temperature statistics log in raw binary format: +

    +
    +
    +
    # nvme solidigm temp-stats /dev/nvme0 --raw-binary
    +
    +
  • +
+
+
+
+

NVME

+
+

Part of the nvme-user suite

+
+
+
+

+ + + -- cgit v1.2.3