]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
plugins/ocp: Fix printing order of various Latency Monitor Log buckets
authorArthur Shau <arthurshau@meta.com>
Tue, 5 Dec 2023 03:45:40 +0000 (19:45 -0800)
committerDaniel Wagner <wagi@monom.org>
Thu, 7 Dec 2023 13:25:56 +0000 (14:25 +0100)
commitb60d1f6970fef112f2ee769b0b297c9a096c6c20
tree22f8236d7ea5d3e91d096143450c80e59de56800
parent7799dfd9f13953c7f03c565bdb22bfbe94db7ec3
plugins/ocp: Fix printing order of various Latency Monitor Log buckets

Several buckets were being printed out in an incorrect order (so bucket
3 was being labelled as bucket 0, bucket 2 was labelled as bucket 1, 1
was labelled as 2, etc.).

The tables with these affected buckets were the : Active Latency
Timestamp table, Active Measured Latency table, Static Latency Timestamp
table, and Static Measure Latency table.

Also changed active latency configuration to just print out the hex
value, rather than creating another table.
plugins/ocp/ocp-nvme.c