table of contents
| NVME-MICRON-SMART() | NVME-MICRON-SMART() |
NAME¶
nvme-micron-smart-log - Retrieve SMART/Health log with Micron vendor-specific fields
SYNOPSIS¶
nvme [<global-options>] micron smart-log <device>
DESCRIPTION¶
For the NVMe device given, retrieves the SMART/Health Information log page and displays it with Micron vendor-specific fields decoded.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).
This command extends the standard SMART log with Micron-specific fields:
OLEC (Operational Lifetime Energy Consumed)
IPM (Interval Power Measurement)
OPTIONS¶
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 micron smart-log /dev/nvme0
# nvme micron smart-log /dev/nvme0 -o json
NVME¶
Part of the nvme-user suite