1
0
Fork 0

Merging upstream version 2.13.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-13 11:50:38 +02:00
parent adb2e5e05d
commit 8599c7290c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
579 changed files with 6165 additions and 1687 deletions

View file

@ -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