1NVME-MI-CMD-SUPPO(1) NVMe Manual NVME-MI-CMD-SUPPO(1)
2
3
4
6 nvme-mi-cmd-support-effects-log - Send NVMe MI Command Support and
7 Effects log, returns results and structure
8
10 nvme-mi-cmd-support-effects-log <device> [-o <fmt> | --output-format=<fmt>]
11 [-H | --human-readable]
12
14 For the NVMe device given, sends an MI Command Support and Effects log
15 (id 13h) and provides the result and returned log structure.
16
17 The <device> parameter is mandatory and may be either the NVMe
18 character device (ex: /dev/nvme0), or a namespace block device (ex:
19 /dev/nvme0n1).
20
21 On success, the structure may be returned in one of several ways
22 depending on the option flags; the structure may be parsed by the
23 program or the raw buffer may be printed to stdout.
24
26 -o <format>, --output-format=<format>
27 Set the reporting format to normal, json, or binary. Only one
28 output format can be used at a time.
29
30 -H, --human-readable
31 This option will parse and format many of the bit fields into
32 human-readable formats.
33
35 nvme mi-cmd-support-effects-log /dev/nvme0 -H
36
38 Part of the nvme-user suite
39
40
41
42NVMe 10/06/2023 NVME-MI-CMD-SUPPO(1)