Provided by: nvme-cli_1.5-1ubuntu1.2_amd64
NAME
nvme-effects-log - Send NVMe Command Effects log page request, returns result and log
SYNOPSIS
nvme effects-log <device>
DESCRIPTION
Retrieves the NVMe Command Effects log page from an NVMe device and provides the retuned 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
No options.
EXAMPLES
• Print the effects log page in a human readable format: # nvme effects-log /dev/nvme0 Not much to it.
NVME
Part of the nvme-user suite