]> arthur.barton.de Git - netdata.git/commitdiff
add mdstat to python README
authorIlya <ilyamaschenko@gmail.com>
Fri, 6 Jan 2017 08:47:47 +0000 (17:47 +0900)
committerIlya <ilyamaschenko@gmail.com>
Fri, 6 Jan 2017 08:47:47 +0000 (17:47 +0900)
python.d/README.md

index 1c44383c24f742895d5dd1fe3782be58eafa1ff2..a0c97bd1d51741eeb4be646f0509b208be877cb7 100644 (file)
@@ -378,6 +378,33 @@ localhost:
 
 ---
 
+# mdstat
+
+Module monitor /proc/mdstat
+
+It produces:
+
+**Health:** Number of failed disks in every array (aggregate chart).
+**Disks stats** 
+ * total (number of devices array ideally would have)
+ * inuse (number of devices currently are in use)
+
+**Current status**
+ * resync in percent
+ * recovery in percent
+ * reshape in percent
+ * check in percent
+**Operation status** (if resync/recovery/reshape/check is active)
+ * finish in minutes
+ * speed in megabytes/s
+  
+### configuration
+No configuration is needed.
+
+---
+
 # memcached
 
 Memcached monitoring module. Data grabbed from [stats interface](https://github.com/memcached/memcached/wiki/Commands#stats).