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