1NVME-SUPPORTED-LOG(1) NVMe Manual NVME-SUPPORTED-LOG(1)
2
3
4
6 nvme-supported-log-pages - Send NVMe Supported Log pages request,
7 returns result and log
8
10 nvme supported-log-pages <device> [--output-format=<fmt> | -o <fmt>]
11 [--human-readable | -H]
12
14 Retrieves the NVMe supported log pages details from an NVMe device and
15 provides the returned structure.
16
17 The <device> parameter is mandatory and should be the NVMe character
18 device (ex: /dev/nvme0).
19
20 On success, the returned supported log pages log structure will be
21 printed for each command that is supported.
22
24 -o <format>, --output-format=<format>
25 This option will set the reporting format to normal, json, or
26 binary. Only one output format can be used at a time.
27
28 -H, --human-readable
29 This option will parse and format many of the bit fields into a
30 human-readable format.
31
33 No examples provided yet.
34
36 Part of the nvme-user suite
37
38
39
40NVMe 11/04/2022 NVME-SUPPORTED-LOG(1)