1NVME-PREDICTABLE-L(1) NVMe Manual NVME-PREDICTABLE-L(1)
2
3
4
6 nvme-predictable-lat-log - Send Predictable latency per NVM set log
7 page request, returns result and log
8
10 nvme predictable-lat-log <device> [--nvmset-id=<nvmset_id> | -i <nvmset_id>]
11 [--raw-binary | -b]
12 [--output-format=<fmt> | -o <fmt>]
13
15 Retrieves the NVMe Predictable latency per NVM set log page from an
16 NVMe device and provides the returned structure.
17
18 The <device> parameter is mandatory and may be either the NVMe
19 character device (ex: /dev/nvme0), or a namespace block device (ex:
20 /dev/nvme0n1).
21
22 On success, the returned Predictable latency per NVM set log structure
23 may be returned in one of several ways depending on the option flags;
24 the structure may parsed by the program and printed in a readable
25 format or the raw buffer may be printed to stdout for another program
26 to parse.
27
29 -i <nvmset_id>, --nvmset-id=<nvmset_id>
30 Retrieve the Predictable latency per NVM set log for the given
31 nvmset id. This argument is mandatory and its success may depend on
32 the device’s statistics to provide this log For More details see
33 NVM Express 1.4 Spec. Section 5.14.1.10. The default nvmset id to
34 use is 1 for the device.
35
36 -b, --raw-binary
37 Print the raw Predictable latency per NVM set log buffer to stdout.
38
39 -o <format>, --output-format=<format>
40 Set the reporting format to normal, json, or binary. Only one
41 output format can be used at a time.
42
44 • Print the Predictable latency per NVM set log page in a human
45 readable format:
46
47 # nvme predictable-lat-log /dev/nvme0
48
49 • Print the raw Predictable latency per NVM set log to a file:
50
51 # nvme predictable-lat-log /dev/nvme0 --raw-binary > nvmset_log.raw
52
53 It is probably a bad idea to not redirect stdout when using this
54 mode.
55
57 Part of the nvme-user suite
58
59
60
61NVMe 09/29/2023 NVME-PREDICTABLE-L(1)