GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NVME-MICRON-SMART() NVME-MICRON-SMART()

nvme-micron-smart-add-log - Retrieves NAND statistics (2200 model drives) or Extended SMART information (OCP complaint models) of given micron device

nvme micron vs-smart-add-log <device> -f <json|normal>

This command prints NAND information (Total bytes written, Bad block count and Erase failures etc) for the given micron device if its of 2200 model controller. For OCP complaint controllers this command print extended SMART health data along with NAND information (if available)

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

The -f option controls the displayed output data format based on the option value. If the option value is json (which is enabled by default), output data is printed in JSON format. If option value is normal the output is displayed in non-JSON format.

This will only work on Micron devices devices of model numbers 54XX and OCP complaint controllers. Support for new devices may be added subsequently.

-f <json|normal>

Controls the format of displayed output.

•Retrieve NAND/extended SMART data and display in json format

# nvme micron vs-nand-stats /dev/nvme0
* Retrieve NAND/extended SMART data and display in non-json format
+

# nvme micron vs-nand-stats /dev/nvme0 -f normal

NVME

Part of the nvme-user suite


Search for    or go to Top of page |  Section other |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.