Blame Documentation/nvme-wdc-vs-nand-stats.txt

Packit Service b7b338
nvme-wdc-vs-nand-stats(1)
Packit Service b7b338
=========================
Packit Service b7b338
Packit Service b7b338
NAME
Packit Service b7b338
----
Packit Service b7b338
nvme-wdc-vs-nand-stats - Send NVMe WDC vs-nand-stats Vendor Unique Command, return result
Packit Service b7b338
Packit Service b7b338
SYNOPSIS
Packit Service b7b338
--------
Packit Service b7b338
[verse]
Packit Service b7b338
'nvme wdc vs-nand-stats' <device> [--output-format=<normal|json> -o <normal|json>]
Packit Service b7b338
Packit Service b7b338
DESCRIPTION
Packit Service b7b338
-----------
Packit Service b7b338
For the NVMe device given, send a Vendor Unique WDC vs-nand-stats command and
Packit Service b7b338
output the NAND statistics. The --output-format option will format the output as
Packit Service b7b338
specified.
Packit Service b7b338
Packit Service b7b338
The <device> parameter is mandatory and may be either the NVMe character
Packit Service b7b338
device (ex: /dev/nvme0).
Packit Service b7b338
Packit Service b7b338
This will only work on WDC devices supporting this feature.
Packit Service b7b338
Results for any other device are undefined.
Packit Service b7b338
Packit Service b7b338
On success it returns the NAND statistics, error code otherwise.
Packit Service b7b338
Packit Service b7b338
OPTIONS
Packit Service b7b338
-------
Packit Service b7b338
-o <format>::
Packit Service b7b338
--output-format=<format>::
Packit Service b7b338
	Set the reporting format to 'normal', or
Packit Service b7b338
	'json'. Only one output format can be used at a time.
Packit Service b7b338
	Default is normal.
Packit Service b7b338
Packit Service b7b338
EXAMPLES
Packit Service b7b338
--------
Packit Service b7b338
* Has the program issue WDC vs-nand-stats Vendor Unique Command :
Packit Service b7b338
+
Packit Service b7b338
------------
Packit Service b7b338
# nvme wdc vs-nand-stats /dev/nvme0
Packit Service b7b338
------------
Packit Service b7b338
Packit Service b7b338
NVME
Packit Service b7b338
----
Packit Service b7b338
Part of the nvme-user suite.