Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] Transcend plugin command for PLP health #2355

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions Documentation/nvme-transcend-plphealthvalue.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
nvme-transcend-plphealthvalue(1)
=============================

NAME
----
nvme-transcend-plphealthvalue - Use NVMe SMART table to analyze the plp health value of
Transcend device.

SYNOPSIS
--------
[verse]
'nvme transcend plphealthvalue' <device>

DESCRIPTION
-----------
Retrieves the NVMe Device SMART log page from the Transcend device and evaluate
plp health status of Transcend device.

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

On success, the returned value would print plp health percentage value.

OPTIONS
-------
none

EXAMPLES
--------
* Print the Transcend Device plp health value in a human readable format:
+
------------
# nvme transcend plphealthvalue /dev/nvme0
------------

NVME
----
Part of the nvme-user suite
Loading