NVME-ID-NS(1) | NVMe Manual | NVME-ID-NS(1) |
NAME
nvme-show-regs - Reads and shows the defined NVMe controller registers for NVMe over PCIe or the controller properties for NVMe over Fabrics.
SYNOPSIS
nvme show-regs <device> [--human-readable | -H] [--output-format=<fmt> | -o <fmt>] [--verbose | -v] [--timeout=<timeout> | -t <timeout>]
DESCRIPTION
For the NVMe over PCIe device given, sends an identify namespace command and provides the result and returned structure. For the NVMe over Fabrics device given, sends a fabric command and provides the result and returned structure.
The <device> parameter is mandatory and must be the nvme admin character device (ex: /dev/nvme0). For NVMe over PCIe, the program uses knowledge of the sysfs layout to map the device to the pci resource stored there and mmaps the memory to get access to the registers. For NVMe over Fabrics, the programs sends a fabric command to get the properties of the target NVMe controller. Only the supported properties are displayed.
OPTIONS
-H, --human-readable
-o <fmt>, --output-format=<fmt>
-v, --verbose
-t <timeout>, --timeout=<timeout>
EXAMPLES
# nvme show-regs /dev/nvme0 -o binary
# nvme show-regs /dev/nvme0 -H
# nvme show-regs /dev/nvme0 -o json
NVME
Part of the nvme-user suite
08/07/2024 | NVMe |