1NVME-OCP-LATENCY-(1) NVMe Manual NVME-OCP-LATENCY-(1)
2
3
4
6 nvme-ocp-latency-monitor-log - Display latency monitor log page data in
7 human readable format
8
10 nvme ocp latency-monitor-log <device> [--output-format=<fmt> | -o <fmt>]
11
13 For the NVMe device given, latency monitor log page data.
14
15 The <device> parameter is mandatory and may be either the NVMe
16 character device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1).
17
18 This will only work on OCP compliant devices supporting this log page.
19 Results for any other device are undefined.
20
21 On success it returns 0, error code otherwise.
22
24 -o <format>, --output-format=<format>
25 Set the reporting format to normal or json. Only one output format
26 can be used at a time. The default is normal.
27
29 • Displays the get latency monitor log for the device:
30
31 # nvme ocp latency-monitor-log /dev/nvme0
32
34 Part of the nvme-user suite.
35
36
37
38NVMe 09/29/2023 NVME-OCP-LATENCY-(1)