table of contents
- experimental 3.1-1
| NVME-LOG-PHY-RX-(1) | NVMe Manual | NVME-LOG-PHY-RX-(1) |
NAME¶
nvme-log-phy-rx-eom - Retrieves a Physical Interface Receiver Eye Opening Measurement log page from an NVMe device
SYNOPSIS¶
nvme [<global-options>] log phy-rx-eom <device> [--lsp=<field> | -s <field>]
[--controller=<id> | -c <id>]
DESCRIPTION¶
Retrieves a Physical Interface Receiver Eye Opening Measurement 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 it returns 0, error code otherwise.
OPTIONS¶
-s <field>, --lsp=<field>
-c <id>, --controller=<id>
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 phy-rx-eom /dev/nvme0 --lsp=10
# nvme log phy-rx-eom /dev/nvme0 --lsp=2 --controller=3
NVME¶
Part of the nvme-user suite
| 09/19/2026 | NVMe |