Merging upstream version 2.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
adb2e5e05d
commit
8599c7290c
579 changed files with 6165 additions and 1687 deletions
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-solidigm-parse-telemetry-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 03/17/2025
|
||||
.\" Date: 04/11/2025
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-SOLIDIGM\-PARS" "1" "03/17/2025" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-SOLIDIGM\-PARS" "1" "04/11/2025" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -57,7 +57,7 @@ Gather report generated by the controller\&.
|
|||
.PP
|
||||
\-d <num>, \-\-data\-area=<num>
|
||||
.RS 4
|
||||
Pick which telemetry data area to report\&. Default is 3 to fetch areas 1\-3\&. Valid options are 1, 2, 3, 4\&.
|
||||
Pick which telemetry data area to report\&. Default is 1, or 3 if a config file is specified\&. Valid options are 1, 2, 3, 4\&.
|
||||
.RE
|
||||
.PP
|
||||
\-j <file>, \-\-config\-file=<file>
|
||||
|
@ -65,9 +65,9 @@ Pick which telemetry data area to report\&. Default is 3 to fetch areas 1\-3\&.
|
|||
Specify a JSON configuration file for custom parsing of the telemetry log\&.
|
||||
.RE
|
||||
.PP
|
||||
\-s, \-\-source\-file
|
||||
\-s <file>, \-\-source\-file=<file>
|
||||
.RS 4
|
||||
Indicates that the <device> argument is a binary file containing a log dump instead of a block or character device\&.
|
||||
Specifies a binary file containing a telemetry log dump to parse instead of retrieving the log from a device\&. When this option is used, no device argument should be provided\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
|
@ -169,7 +169,7 @@ Parse a telemetry log from a binary file:
|
|||
.RS 4
|
||||
.\}
|
||||
.nf
|
||||
# nvme solidigm parse\-telemetry\-log telemetry_dump\&.bin \-s
|
||||
# nvme solidigm parse\-telemetry\-log \-s telemetry_dump\&.bin
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue