1NVME-WDC-GET-DEV() NVME-WDC-GET-DEV()
2
3
4
6 nvme-wdc-get-dev-capabilities-log - Send NVMe WDC
7 get-dev-capabilities-log plugin command, return parsed log output
8
10 nvme wdc get-dev-capabilities-log <device> [--output-format=<normal|json>
11 -o <normal|json>]
12
14 For the NVMe device given, send a WDC plugin get-dev-capabilities-log
15 command and output the device capabilities log data. The
16 --output-format option will format the output as specified.
17
18 The <device> parameter is mandatory and may be either the NVMe
19 character device (ex: /dev/nvme0).
20
21 This will only work on WDC devices supporting this log page. Results
22 for any other device are undefined.
23
24 On success it returns the parsed device capabilities log page data,
25 error code otherwise.
26
28 -o <format>, --output-format=<format>
29 Set the reporting format to normal, or json. Only one output format
30 can be used at a time. Default is normal.
31
33 • Has the program issue WDC get-dev-capabilities-log plugin command :
34
35 # nvme wdc get-dev-capabilities-log /dev/nvme0
36
38 Part of the nvme-user suite.
39
40
41
42 NVME-WDC-GET-DEV()