Monitoring: различия между версиями

Материал из noname.com.ua
Перейти к навигацииПерейти к поиску
Строка 6: Строка 6:
   
 
===Metrics===
 
===Metrics===
* cpu
+
* cpu (CPU usage)
  +
* df (disk usage/free size)
* df
 
* disk
+
* disk (disk usage/IOPS)
* interface
+
* interface (interfece usage/bytes sent and received )
* load
+
* load (Linux LA)
* memory
+
* memory (memory usage)
* processes
+
* processes (processes count)
* swap.conf
+
* swap (swap usage)
  +
  +
===Config Files===
 
<PRE>
 
<PRE>
 
</PRE>
 
</PRE>

Версия 14:30, 19 января 2016

Monitorimg

Collectd

Collectd is simple data collector, use plugins to collect data and output plugins to send tada to another tool (heka in our confuration)
Collectd is collecting following metrics (compute node, simple cluster):

Metrics

  • cpu (CPU usage)
  • df (disk usage/free size)
  • disk (disk usage/IOPS)
  • interface (interfece usage/bytes sent and received )
  • load (Linux LA)
  • memory (memory usage)
  • processes (processes count)
  • swap (swap usage)

Config Files


Heka