1NVME-INTEL-TEMP-S(1) NVMe Manual NVME-INTEL-TEMP-S(1)
2
3
4
6 nvme-intel-temp-stats - Send NVMe SMART log page request, returns
7 result and log
8
10 nvme intel temp-stats <device> [--raw-binary | -b]
11
13 Retrieves the NVMe Intel Additional SMART log page from the device and
14 provides the returned structure.
15
16 The <device> parameter is mandatory and may be either the NVMe
17 character device (ex: /dev/nvme0), or a namespace block device (ex:
18 /dev/nvme0n1).
19
20 On success, the returned smart log structure may be returned in one of
21 several ways depending on the option flags; the structure may parsed by
22 the program and printed in a readable format or the raw buffer may be
23 printed to stdout for another program to parse.
24
26 -b, --raw-binary
27 Print the raw temperature stats log buffer to stdout.
28
30 • Print the temperature stats log page in a human readable format:
31
32 # nvme intel temp-stats /dev/nvme0
33
34 • Print the raw SMART log to a file:
35
36 # nvme intel temp-stats /dev/nvme0 --raw-binary > temp_stats_log.raw
37
38 It is probably a bad idea to not redirect stdout when using this
39 mode.
40
42 Part of the nvme-user suite
43
44
45
46NVMe 09/29/2023 NVME-INTEL-TEMP-S(1)