1NVME-LIST-ENDGRP(1) NVMe Manual NVME-LIST-ENDGRP(1)
2
3
4
6 nvme-list-endgrp - Send NVMe Identify Endurance Group List, return
7 result and structure
8
10 nvme list-endgrp <device> [--endgrp-id=<endgrp-id> | -i <endgrp-id>]
11 [-o <fmt> | --output-format=<fmt>]
12
14 For the NVMe device given, sends an identify command for endurance
15 group list and provides the result and returned 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). An Endurance Group List of up to 2,047 Endurance Group
20 Identifiers in increasing order is returned containing an Endurance
21 Group Identifier greater than or equal to the value specified in the
22 CDW11.ENDGID field.
23
25 -i <endgrp-id>, --endgrp-id=<endgrp-id>
26 Retrieve the identify endurance group list structure starting for
27 the given endurance group id.
28
29 -o <format>, --output-format=<format>
30 Set the reporting format to normal or json. Only one output format
31 can be used at a time.
32
34 No examples yet.
35
37 Part of the nvme-user suite
38
39
40
41NVMe 11/04/2022 NVME-LIST-ENDGRP(1)