1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471
|
'\" t
.\" Title: nvme-get-log
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 11/04/2025
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
.TH "NVME\-GET\-LOG" "1" "11/04/2025" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
nvme-get-log \- Retrieves a log page from an NVMe device
.SH "SYNOPSIS"
.sp
.nf
\fInvme get\-log\fR <device> [\-\-log\-id=<log\-id> | \-i <log\-id>]
[\-\-log\-len=<log\-len> | \-l <log\-len>]
[\-\-aen=<aen> | \-a <aen>]
[\-\-namespace\-id=<nsid> | \-n <nsid>]
[\-\-raw\-binary | \-b]
[\-\-lpo=<offset> | \-L <offset>]
[\-\-lsp=<field> | \-s <field>]
[\-\-lsi=<field> | \-S <field>]
[\-\-rae | \-r]
[\-\-csi=<command_set_identifier> | \-y <command_set_identifier>]
[\-\-ot=<offset_type> | \-O <offset_type>]
[\-\-xfer\-len=<length> | \-x <length>]
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
.fi
.SH "DESCRIPTION"
.sp
Retrieves an arbitrary NVMe log page from an NVMe device and provides the returned structure\&.
.sp
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1)\&.
.sp
On success, the returned log structure may be returned in one of several ways depending on the option flags; the structure may be displayed in hex by the program or the raw buffer may be printed to stdout for another program to parse\&.
.SH "OPTIONS"
.PP
\-l <log\-len>, \-\-log\-len=<log\-len>
.RS 4
Allocates a buffer of <log\-len> bytes size and requests this many bytes be returned in the constructed NVMe command\&. This param is mandatory\&.
.RE
.PP
\-i <log\-id>, \-\-log\-id=<log\-id>
.RS 4
Sets the commands requested log\-id to <log\-id>\&. Defaults to 0\&.
.TS
allbox tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
T{
Value
T}:T{
Definition
T}
T{
0x00 |
\fIsupported\-log\-pages\fR
T}:T{
Supported Log Pages
T}
T{
0x01 |
\fIerror\fR
T}:T{
Error Information
T}
T{
0x02 |
\fIsmart\fR
T}:T{
SMART / Health Information
T}
T{
0x03 |
\fIfw\-slot\fR
T}:T{
Firmware Slot Information
T}
T{
0x04 |
\fIchanged\-ns\fR
T}:T{
Changed Namespace List
T}
T{
0x05 |
\fIcmd\-effects\fR
T}:T{
Commands Supported and Effects
T}
T{
0x06 |
\fIdevice\-self\-test\fR
T}:T{
Device Self\-test
T}
T{
0x07 |
\fItelemetry\-host\fR
T}:T{
Telemetry Host\-Initiated
T}
T{
0x08 |
\fItelemetry\-ctrl\fR
T}:T{
Telemetry Controller\-Initiated
T}
T{
0x09 |
\fIendurance\-group\fR
T}:T{
Endurance Group Information
T}
T{
0x0a |
\fIpredictable\-lat\-nvmset\fR
T}:T{
Predictable Latency Per NVM Set
T}
T{
0x0b |
\fIpredictable\-lat\-agg\fR
T}:T{
Predictable Latency Event Aggregate
T}
T{
0x0c |
\fIana\fR
T}:T{
Asymmetric Namespace Access
T}
T{
0x0d |
\fIpersistent\-event\fR
T}:T{
Persistent Event Log
T}
T{
0x0e |
\fIlba\-status\fR
T}:T{
LBA Status Information
T}
T{
0x0f |
\fIendurance\-grp\-evt\fR
T}:T{
Endurance Group Event Aggregate
T}
T{
0x10 |
\fImedia\-unit\-status\fR
T}:T{
Media Unit Status
T}
T{
0x11 |
\fIsupported\-cap\-config\-list\fR
T}:T{
Supported Capacity Configuration Lis
T}
T{
0x12 |
\fIfid\-supported\-effects\fR
T}:T{
Feature Identifiers Supported and Effects
T}
T{
0x13 |
\fImi\-cmd\-supported\-effects\fR
T}:T{
NVMe\-MI Commands Supported and Effects
T}
T{
0x14 |
\fIcmd\-and\-feat\-lockdown\fR
T}:T{
Command and Feature Lockdown
T}
T{
0x15 |
\fIboot\-partition\fR
T}:T{
Boot Partition
T}
T{
0x16 |
\fIrotational\-media\-info\fR
T}:T{
Rotational Media Information
T}
T{
0x17 |
\fIdispersed\-ns\-participating\-ns\fR
T}:T{
Dispersed Namespace Participating NVM Subsystems
T}
T{
0x18 |
\fImgmt\-addr\-list\fR
T}:T{
Management Address List
T}
T{
0x19 |
\fIphy\-rx\-eom\fR
T}:T{
Physical Interface Receiver Eye Opening Measurement
T}
T{
0x1a |
\fIreachability\-groups\fR
T}:T{
Reachability Groups
T}
T{
0x1b |
\fIreachability\-associations\fR
T}:T{
Reachability Associations
T}
T{
0x1c |
\fIchanged\-alloc\-ns\-list\fR
T}:T{
Changed Allocated Namespace List
T}
T{
0x20 |
\fIfdp\-configs\fR
T}:T{
FDP Configurations
T}
T{
0x21 |
\fIfdp\-ruh\-usage\fR
T}:T{
Reclaim Unit Handle Usage
T}
T{
0x22 |
\fIfdp\-stats\fR
T}:T{
FDP Statistics
T}
T{
0x23 |
\fIfdp\-events\fR
T}:T{
FDP Events
T}
T{
0x70 |
\fIdiscover\fR
T}:T{
Discovery
T}
T{
0x71 |
\fIhost\-discover\fR
T}:T{
Host Discovery
T}
T{
0x72 |
\fIave\-discover\fR
T}:T{
AVE Discovery
T}
T{
0x73 |
\fIpull\-model\-ddc\-req\fR
T}:T{
Pull Model DDC Request
T}
T{
0x80 |
\fIreservation\fR
T}:T{
Reservation Notification
T}
T{
0x81 |
\fIsanitize\fR
T}:T{
Sanitize Status
T}
T{
0xbf |
\fIzns\-changed\-zones\fR
T}:T{
Changed Zone List
T}
.TE
.sp 1
.RE
.PP
\-a <aen>, \-\-aen=<aen>
.RS 4
Convenience field for extracting log information based on an asynchronous event notification result\&. This will override log\-id and log\-len, if set\&.
.RE
.PP
\-n <nsid>, \-\-namespace\-id=<nsid>
.RS 4
Sets the command\(cqs nsid value to the given nsid\&. Defaults to 0xffffffff if not given\&. This option may not affect anything depending on the log page, which may or may not be specific to a namespace\&.
.RE
.PP
\-b, \-\-raw\-binary
.RS 4
Print the raw log buffer to stdout\&.
.RE
.PP
\-L <offset>, \-\-lpo=<offset>
.RS 4
The log page offset specifies the location within a log page to start returning data from\&. It\(cqs Dword\-aligned and 64\-bits\&.
.RE
.PP
\-s <field>, \-\-lsp=<field>
.RS 4
The log specified field of LID\&.
.RE
.PP
\-S <field>, \-\-lsi=<field>
.RS 4
The log specified field of Log Specific Identifier\&.
.RE
.PP
\-r, \-\-rae
.RS 4
Retain an Asynchronous Event\&.
.RE
.PP
\-y <command_set_identifier>, \-\-csi=<command_set_identifier>
.RS 4
This field specifies the identifier of command set\&. if not issued, NVM Command Set will be selected\&.
.RE
.PP
\-O, \-\-ot
.RS 4
This field specifies the offset type\&. If set to false, the Log Page Offset Lower field and the Log Page Offset Upper field specify the byte offset into the log page to be returned\&. If set to true, the Log Page Offset Lower field and the Log Page Offset Upper field specify the index into the list of data structures in the log page to be returned\&. The default is byte offset\&. If the option is specified the index mode is used\&.
.RE
.PP
\-x <length>
.RS 4
\-\-xfer\-len <length>: Specify the read chunk size\&. The length argument is expected to be a multiple of 4096\&. The default size is 4096\&.
.RE
.PP
\-o <fmt>, \-\-output\-format=<fmt>
.RS 4
Set the reporting format to
\fInormal\fR,
\fIjson\fR
or
\fIbinary\fR\&. Only one output format can be used at a time\&.
.RE
.PP
\-v, \-\-verbose
.RS 4
Increase the information detail in the output\&.
.RE
.SH "EXAMPLES"
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Get 512 bytes from log page 2
.sp
.if n \{\
.RS 4
.\}
.nf
# nvme get\-log /dev/nvme0 \-\-log\-id=2 \-\-log\-len=512
.fi
.if n \{\
.RE
.\}
.sp
The above example will get log page 2 (SMART), and request 512 bytes\&. On success, the returned log will be dumped in hex and not interpreted by the program\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
Have the program return the raw log page in binary:
.sp
.if n \{\
.RS 4
.\}
.nf
# nvme get\-log /dev/nvme0 \-log\-id=2 \-\-log\-len=512 \-\-raw\-binary > log_page_2\&.raw
# nvme get\-log /dev/nvme0 \-i 2 \-l 512 \-b > log_page_2\&.raw
.fi
.if n \{\
.RE
.\}
.sp
It is not a good idea to not redirect stdout when using this mode\&.
.RE
.SH "NVME"
.sp
Part of the nvme\-user suite
|