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 [--verbose | -v]
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 -v, --verbose
29 Show more information including LID Supported (LSUPP) and Index
30 Offset Supported (IOP) details.
31
33 No examples provided yet.
34
36 Part of the nvme-user suite
37
38
39
40NVMe 09/29/2023 NVME-SUPPORTED-LOG(1)