1NVME-PRED-LAT-EVE(1) NVMe Manual NVME-PRED-LAT-EVE(1)
2
3
4
6 nvme-pred-lat-event-agg-log - Send Predictable Latency Event Aggregate
7 Log Page request, returns result and log
8
10 nvme pred-lat-event-agg-log <device> [--log-entries=<log_entries> | -e <log_entries>]
11 [--rae | -r] [--raw-binary | -b]
12 [--output-format=<fmt> | -o <fmt>]
13
15 Retrieves the NVMe Predictable Latency Event Aggregate 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 Event Aggregate Log Page
23 structure may be returned in one of several ways depending on the
24 option flags; the structure may parsed by the program and printed in a
25 readable format or the raw buffer may be printed to stdout for another
26 program to parse.
27
29 -e <log_entries>, --log-entries=<log_entries>
30 Retrieve the Predictable Latency Event Aggregate Log pending
31 entries. 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.11. The maximum number of log
34 entries supported is 2044 for the device.
35
36 -r, --rae
37 Retain an Asynchronous Event.
38
39 -b, --raw-binary
40 Print the raw Predictable Latency Event Aggregate log buffer to
41 stdout.
42
43 -o <format>, --output-format=<format>
44 Set the reporting format to normal, json, or binary. Only one
45 output format can be used at a time.
46
48 • Print the Predictable Latency Event Aggregate Log page in a human
49 readable format:
50
51 # nvme pred-lat-event-agg-log /dev/nvme0
52
53 • Print the raw Predictable Latency Event Aggregate log to a file:
54
55 # nvme pred-lat-event-agg-log /dev/nvme0 --raw-binary > pred_lat_agg_log.raw
56
57 It is probably a bad idea to not redirect stdout when using this
58 mode.
59
61 Part of the nvme-user suite
62
63
64
65NVMe 11/04/2022 NVME-PRED-LAT-EVE(1)