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