1NVME-MICRON-SMART() NVME-MICRON-SMART()
2
3
4
6 nvme-micron-smart-add-log - Retrieves NAND statistics (2200 model
7 drives) or Extended SMART information (OCP complaint models) of given
8 micron device
9
11 nvme micron vs-smart-add-log <device> -f <json|normal>
12
14 This command prints NAND information (Total bytes written, Bad block
15 count and Erase failures etc) for the given micron device if its of
16 2200 model controller. For OCP complaint controllers this command print
17 extended SMART health data along with NAND information (if available)
18
19 The <device> parameter is mandatory and may be either the NVMe
20 character device (ex: /dev/nvme0), or a namespace block device (ex:
21 /dev/nvme0n1).
22
23 The -f option controls the displayed output data format based on the
24 option value. If the option value is json (which is enabled by
25 default), output data is printed in JSON format. If option value is
26 normal the output is displayed in non-JSON format.
27
28 This will only work on Micron devices devices of model numbers 54XX and
29 OCP complaint controllers. Support for new devices may be added
30 subsequently.
31
33 -f <json|normal> controls the format of displayed output.
34
36 • Retrieve NAND/extended SMART data and display in json format
37
38 # nvme micron vs-nand-stats /dev/nvme0
39
40 * Retrieve NAND/extended SMART data and display in non-json format
41 +
42
43 # nvme micron vs-nand-stats /dev/nvme0 -f normal
44
45 NVME
46
47 Part of the nvme-user suite
48
49
50
51 NVME-MICRON-SMART()