NVME-TELEMETRY-LOG(1) | NVMe Manual | NVME-TELEMETRY-LOG(1) |
NAME¶
nvme-telemetry-log - Retrieves a Telemetry Host-Initiated log page from an NVMe device
SYNOPSIS¶
nvme telemetry-log <device> [--output-file=<file> | -O <file>]
[--host-generate=<gen> | -g <gen>]
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
DESCRIPTION¶
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.
OPTIONS¶
-O <file>, --output-file=<file>
-g <gen>, --host-generate=<gen>
-d <da>, --data-area=<da>
-o <fmt>, --output-format=<fmt>
-v, --verbose
EXAMPLES¶
# nvme telemetry-log /dev/nvme0 --output-file=telemetry_log.bin
NVME¶
Part of the nvme-user suite
08/07/2024 | NVMe |