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
|
@ -33,17 +33,18 @@ OPTIONS
|
|||
|
||||
-d <num>::
|
||||
--data-area=<num>::
|
||||
Pick which telemetry data area to report. Default is 3 to fetch areas 1-3.
|
||||
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.
|
||||
|
||||
-j <file>::
|
||||
--config-file=<file>::
|
||||
Specify a JSON configuration file for custom parsing of the telemetry log.
|
||||
|
||||
-s::
|
||||
--source-file::
|
||||
Indicates that the <device> argument is a binary file containing a log dump
|
||||
instead of a block or character device.
|
||||
-s <file>::
|
||||
--source-file=<file>::
|
||||
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.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
|
@ -74,7 +75,7 @@ EXAMPLES
|
|||
* Parse a telemetry log from a binary file:
|
||||
+
|
||||
------------
|
||||
# nvme solidigm parse-telemetry-log telemetry_dump.bin -s
|
||||
# nvme solidigm parse-telemetry-log -s telemetry_dump.bin
|
||||
------------
|
||||
|
||||
OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue