1NVME-WDC-GET-LATE(1) NVMe Manual NVME-WDC-GET-LATE(1)
2
3
4
6 nvme-wdc-get-latency-monitor-log - Display latency monitor log page
7 data in human readable format
8
10 nvme wdc get-latency-monitor-log <device> [--output-format=<normal|json> -o <normal|json>]
11
13 For the NVMe device given, latency monitor log page data.
14
15 The <device> parameter is mandatory NVMe character device (ex:
16 /dev/nvme0).
17
18 This will only work on WDC devices supporting this log page. Results
19 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 wdc get-latency-monitor-log /dev/nvme0
32
34 Part of the nvme-user suite.
35
36
37
38NVMe 10/06/2023 NVME-WDC-GET-LATE(1)