table of contents
- Tumbleweed 3.1-1.1
- Leap-16.0
| NVME-SOLIDIGM-PARS(1) | NVMe Manual | NVME-SOLIDIGM-PARS(1) |
NAME¶
nvme-solidigm-parse-telemetry-log - Parse and display Solidigm Telemetry log
SYNOPSIS¶
nvme [<global-options>] solidigm parse-telemetry-log <device> [OPTIONS]
DESCRIPTION¶
Retrieves, parses, and displays the Telemetry log for the given Solidigm NVMe device. This command provides detailed information about the device’s telemetry data, which can be useful for diagnostics and performance analysis.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
OPTIONS¶
-g <num>, --host-generate=<num>
-c, --controller-init
-d <num>, --data-area=<num>
-j <file>, --config-file=<file>
-s <file>, --source-file=<file>
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
# nvme solidigm parse-telemetry-log /dev/nvme0
# nvme solidigm parse-telemetry-log /dev/nvme0 -g 0
# nvme solidigm parse-telemetry-log /dev/nvme0 -d 2
# nvme solidigm parse-telemetry-log /dev/nvme0 -j config.json
# nvme solidigm parse-telemetry-log -s telemetry_dump.bin
OUTPUT¶
The command outputs the parsed telemetry log in JSON format to stdout.
NVME¶
Part of the nvme-cli suite
| 09/18/2026 | NVMe |