summaryrefslogtreecommitdiffstats
path: root/docs/aoa/disk.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/aoa/disk.rst')
-rw-r--r--docs/aoa/disk.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/aoa/disk.rst b/docs/aoa/disk.rst
new file mode 100644
index 00000000..37a32abf
--- /dev/null
+++ b/docs/aoa/disk.rst
@@ -0,0 +1,26 @@
+.. _disk:
+
+Disk I/O
+========
+
+.. image:: ../_static/diskio.png
+
+Glances displays the disk I/O throughput. The unit is adapted
+dynamically.
+
+There is no alert on this information.
+
+It's possible to define:
+
+- a list of disks to hide
+- aliases for disk name
+
+under the ``[diskio]`` section in the configuration file.
+
+For example, if you want to hide the loopback disks (loop0, loop1, ...)
+and the specific ``sda5`` partition:
+
+.. code-block:: ini
+
+ [diskio]
+ hide=sda5,loop.*