Skip to content

ocp: Add all statistics to the map table#3201

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
NateThornton:master
Mar 20, 2026
Merged

ocp: Add all statistics to the map table#3201
igaw merged 1 commit intolinux-nvme:masterfrom
NateThornton:master

Conversation

@NateThornton
Copy link
Contributor

Adds all OCP 2.6+ statistics identifier names to the map table. OCP 2.7 relaxed the requirement drive vendors including the statistics in the Telemetry String Log, thus it is necessary to include them in the tools.

Specifically, this adds statistic identifiers 0x1E ~ 0x6F

Adds all OCP 2.6+ statistics identifier names to the map table. OCP 2.7
relaxed the requirement drive vendors including the statistics in the
Telemetry String Log, thus it is necessary to include them in the tools.

Specifically, this adds statistic identifiers 0x1E ~ 0x6F

Signed-off-by: Nate Thornton <n.thornton@samsung.com>
@NateThornton
Copy link
Contributor Author

NateThornton commented Mar 19, 2026

Before:

cat telemetry-log-old.json | jq '."Data Area 1 Statistics".[]."Statistic Identifier String"'
"Outstanding Admin Commands"
"Host Write Bandwidth"

(More Standard Stats)

"Max Die Bad Block"
"Max NAND Channel Bad Block"
"Minimum NAND Channel Bad Block"
""
""
(...)
""

After:

cat telemetry-log.json | jq '."Data Area 1 Statistics".[]."Statistic Identifier String"'
"Outstanding Admin Commands"
"Host Write Bandwidth"

(More Standard Stats)

"Max Die Bad Block"
"Max NAND Channel Bad Block"
"Minimum NAND Channel Bad Block"
"Physical Media Units Written"
"Physical Media Units Read"

(...)

"Number of Error Information Log Entries"

@igaw igaw merged commit 2160a16 into linux-nvme:master Mar 20, 2026
28 checks passed
@igaw
Copy link
Collaborator

igaw commented Mar 20, 2026

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants