| NVME-LOG-EFFECTS(1) | NVMe Manual | NVME-LOG-EFFECTS(1) |
NAME
nvme-log-effects - Send NVMe Command Effects log page request, returns result and log
SYNOPSIS
nvme [<global-options>] log effects <device> [--raw-binary | -b]
DESCRIPTION
Retrieves the NVMe Command Effects log page from an NVMe device and provides the returned structure.
The <device> parameter is mandatory and should be the NVMe character device (ex: /dev/nvme0).
On success, the returned command effects log structure will be printed for each command that is supported.
OPTIONS
-b, --raw-binary
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 log effects /dev/nvme0
# nvme log effects /dev/nvme0 --raw-binary > effects_log.raw # nvme log effects /dev/nvme0 -b > effects_log.raw
NVME
Part of the nvme-user suite
| 09/07/2026 | NVMe |