NVME-WDC-VS-SMART(1) | NVMe Manual | NVME-WDC-VS-SMART(1) |
NAME¶
nvme-wdc-vs-smart-add-log - Send NVMe WDC vs-smart-add-log Vendor Unique Command, return result
SYNOPSIS¶
nvme wdc vs-smart-add-log <device> [--interval=<NUM>, -i <NUM>]
[--output-format=<normal|json> -o <normal|json>]
[--log-page-version=<NUM>, -l <NUM>]
[--log-page-mask=<LIST>, -p <LIST>]
[--namespace-id=<nsid> | -n <nsid>]
DESCRIPTION¶
For the NVMe device given, send a Vendor Unique WDC vs-smart-add-log command and provide the additional smart log.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1).
This will only work on WDC devices supporting this feature. Results for any other device are undefined.
On success it returns 0, error code otherwise.
OPTIONS¶
-i <NUM>, --interval=<NUM>
-o <fmt>, --output-format=<fmt>
-l <NUM>, --log-page-version=<NUM>
-p <LIST>, --log-page-mask=<LIST>
-n <nsid>, --namespace-id=<nsid>
Valid Interval values and description :-
Value | Description |
1 | Most recent five (5) minute accumulated set. |
2-12 | Previous five (5) minute accumulated sets. |
13 | The accumulated total of sets 1 through 12 that contain the previous hour of accumulated statistics. |
14 | The statistical set accumulated since power-up. |
15 | The statistical set accumulated during the entire lifetime of the device. |
EXAMPLES¶
# nvme wdc vs-smart-add-log /dev/nvme0
# nvme wdc vs-smart-add-log /dev/nvme0 -p 0xCA
# nvme wdc vs-smart-add-log /dev/nvme0 -p 0xCA,0xC0
NVME¶
Part of the nvme-user suite.
08/07/2024 | NVMe |