mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-06 01:35:47 +03:00
25 lines
551 B
ReStructuredText
25 lines
551 B
ReStructuredText
.. _raid:
|
||
|
||
RAID
|
||
====
|
||
|
||
*Availability: Linux*
|
||
|
||
*Dependency: this plugin uses the optional pymdstat Python lib*
|
||
|
||
This plugin is disable by default, please use the --enable-plugin raid option
|
||
to enable it or enable it in the glances.conf file:
|
||
|
||
.. code-block:: ini
|
||
|
||
[raid]
|
||
# Documentation: https://glances.readthedocs.io/en/latest/aoa/raid.html
|
||
# This plugin is disabled by default
|
||
disable=False
|
||
|
||
In the terminal interface, click on ``R`` to enable/disable it.
|
||
|
||
.. image:: ../_static/raid.png
|
||
|
||
This plugin is only available on GNU/Linux.
|