logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme-solidigm-log-page-directory - Retrieve log page directory

Description

       Retrieves and displays the log page directory for the given Solidigm NVMe device. This command provides
       information about the available log pages and their characteristics.

       The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a
       namespace block device (ex: /dev/nvme0n1).

Examples

       •   Retrieve and display the log page directory:

               # nvme solidigm log-page-directory /dev/nvme0

       •   Retrieve the log page directory in JSON format:

               # nvme solidigm log-page-directory /dev/nvme0 -o json

Name

       nvme-solidigm-log-page-directory - Retrieve log page directory

Nvme

       Part of the nvme-user suite

NVMe                                               02/16/2025                               NVME-SOLIDIGM-LOG(1)

Options

       -o <fmt>, --output-format=<fmt>
           Set the reporting format to normal or json. Only one output format can be used at a time.

Synopsis

nvmesolidigmlog-page-directory <device> [--output-format=<fmt> | -o <fmt>]

See Also