forked from nicolargo/glances
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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,17 @@ | ||
.. _raid: | ||
|
||
RAID | ||
==== | ||
|
||
*Availability: Linux* | ||
|
||
*Dependency: this plugin uses the optional pymdstat Python lib* | ||
|
||
This plugin is disable by default, please use the --enable raid option | ||
to enable it. | ||
|
||
In the terminal interface, click on ``R`` to enable/disable it. | ||
|
||
.. image:: ../_static/raid.png | ||
|
||
This plugin is only available on GNU/Linux. |
This file contains 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,24 @@ | ||
.. _smart: | ||
|
||
SMART | ||
===== | ||
|
||
*Availability: all but Mac OS* | ||
|
||
*Dependency: this plugin uses the optional pySMART Python lib* | ||
|
||
This plugin is disable by default, please use the --enable smart option | ||
to enable it. | ||
|
||
.. image:: ../_static/smart.png | ||
|
||
Glances displays all the SMART attributes. | ||
|
||
How to read the information: | ||
|
||
- The first line display the name and model of the device | ||
- The first column is the SMART attribute name | ||
- The second column is the SMART attribute raw value | ||
|
||
.. warning:: | ||
This plugin needs administrator rights. Please run Glances as root/admin. |
This file contains 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