-
Notifications
You must be signed in to change notification settings - Fork 697
[Add] Transcend plugin command for PLP health #2355
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
Closed
Closed
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0b4398d
[Add] Transcend plugin command for PLP health
2049e29
[Add] Transcend plugin command for PLP health
55133c4
coding sytle fixed
25d6e90
Build error fixed
69701d5
Build error fixed
3f47f5c
Fixed for coding sytle
1f9aa25
Correct coding style and naming rules
69e6c76
Add static to function and make minor adjustments.
a2c64f7
1. Fixed indentation errors. (Use 8 characters tab)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.