Here's another graphing module, this one allow stacking of multiple
plugin-instances.

A graph is generated for each RRD DataSource, per host.

As an example you could graph all the cpu wait, idle, softirq, etc of
all the cpu's of a system in their own graph.  In other words in say an
8 core system you could see the total 8 cpu wait values in the one
graph.

In the below example you get 8 graphs:

<Type cpu>
  Module PluginStacked
  DataSources idle interrupt nice softirq steal system user wait
  RRDTitle "{hostname} CPUs"
  RRDVerticalLabel "{type_instance}"
  RRDFormat "%5.1lf%s"
  Stacking yes
</Type>

Regards,
Neil McCoy

Attachment: collectd-4.10.2-minePluginStacked.patch
Description: collectd-4.10.2-minePluginStacked.patch

_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to