1NVME-WDC-VS-NAND() NVME-WDC-VS-NAND()
2
3
4
6 nvme-wdc-vs-nand-stats - Send NVMe WDC vs-nand-stats Vendor Unique
7 Command, return result
8
10 nvme wdc vs-nand-stats <device> [--output-format=<normal|json> -o <normal|json>]
11
13 For the NVMe device given, send a Vendor Unique WDC vs-nand-stats
14 command and output the NAND statistics. The --output-format option will
15 format the output as specified.
16
17 The <device> parameter is mandatory and may be either the NVMe
18 character device (ex: /dev/nvme0).
19
20 This will only work on WDC devices supporting this feature. Results for
21 any other device are undefined.
22
23 On success it returns the NAND statistics, error code otherwise.
24
26 -o <format>, --output-format=<format>
27 Set the reporting format to normal, or json. Only one output format
28 can be used at a time. Default is normal.
29
31 • Has the program issue WDC vs-nand-stats Vendor Unique Command :
32
33 # nvme wdc vs-nand-stats /dev/nvme0
34
36 Part of the nvme-user suite.
37
38
39
40 NVME-WDC-VS-NAND()