Retrieves, parses, and displays the Telemetry log for the given Solidigm NVMe device\&. This command provides detailed information about the device\(cqs telemetry data, which can be useful for diagnostics and performance analysis\&.
.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)\&.
.SH"OPTIONS"
.PP
\-g <num>, \-\-host\-generate=<num>
.RS4
Controls when to generate a new host\-initiated report\&. Default value
\fI1\fR
generates a new host\-initiated report, value
\fI0\fR
causes retrieval of an existing log\&. Valid values are 0 and 1\&.
.RE
.PP
\-c, \-\-controller\-init
.RS4
Gather report generated by the controller\&.
.RE
.PP
\-d <num>, \-\-data\-area=<num>
.RS4
Pick which telemetry data area to report\&. Default is 3 to fetch areas 1\-3\&. Valid options are 1, 2, 3, 4\&.
.RE
.PP
\-j <file>, \-\-config\-file=<file>
.RS4
Specify a JSON configuration file for custom parsing of the telemetry log\&.
.RE
.PP
\-s, \-\-source\-file
.RS4
Indicates that the <device> argument is a binary file containing a log dump instead of a block or character device\&.
.RE
.SH"EXAMPLES"
.sp
.RS4
.ien\{\
\h'-04'\(bu\h'+03'\c
.\}
.el\{\
.sp-1
.IP\(bu2.3
.\}
Retrieve and parse the telemetry log with default options:
.sp
.ifn\{\
.RS4
.\}
.nf
# nvme solidigm parse\-telemetry\-log /dev/nvme0
.fi
.ifn\{\
.RE
.\}
.RE
.sp
.RS4
.ien\{\
\h'-04'\(bu\h'+03'\c
.\}
.el\{\
.sp-1
.IP\(bu2.3
.\}
Retrieve an existing telemetry log without generating a new one: