[collectd] Collectd Aggregation Plugin for CPU Not working

Subhash Chandrashekar subhash.chandrashekar at gmail.com
Fri Apr 15 20:49:35 CEST 2016


I want to find aggregation for the CPU. Currently i have 16 CPU cores on my
machine. I want the data by core and by state and i want to aggregate cpu
total (adding all the core cpu avg) by state. Below is the configuration
for collectd.
Am I doing something wrong? Please advice.

Collectd Version: 5.5.1
#TypesDB     "/usr/share/collectd/types.db" (Is Commented in collectd.conf)

LoadPlugin cpu
LoadPlugin aggregation

<Plugin cpu>
  ReportByCpu true
  ReportByState true
  ValuesPercentage true
</Plugin>

<Plugin "aggregation">
    <Aggregation>
        Plugin "cpu"
        Type "cpu"
        GroupBy "Host"
        GroupBy "TypeInstance"
        CalculateSum true
        CalculateAverage true
    </Aggregation>
</Plugin>

-- 
Subhash V
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20160415/9c6daded/attachment-0001.html>


More information about the collectd mailing list