NVME-TELEMETRY-LOG(1) | NVMe Manual | NVME-TELEMETRY-LOG(1) |
nvme-telemetry-log - Retrieves a Telemetry Host-Initiated log page from an NVMe device
nvme telemetry-log <device> [--output-file=<file> | -o <file>]
[--host-generate=<gen> | -g <gen>]
Retrieves an Telemetry Host-Initiated log page from an NVMe device and provides the returned structure.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
On success, the returned log structure will be in raw binary format only with --output-file option which is mandatory.
-o <file>, --output-file=<file>
-g <gen>, --host-generate=<gen>
-d <da>, --data-area=<da>
# nvme telemetry-log /dev/nvme0 --output-file=telemetry_log.bin
Part of the nvme-user suite
04/15/2023 | NVMe |