<div dir="ltr">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.<br>Am I doing something wrong? Please advice.<br><br>Collectd Version: 5.5.1<br>#TypesDB     "/usr/share/collectd/types.db" (Is Commented in collectd.conf)<br><br>LoadPlugin cpu<br>LoadPlugin aggregation<br><br><Plugin cpu><br>  ReportByCpu true<br>  ReportByState true<br>  ValuesPercentage true<br></Plugin><br><br><Plugin "aggregation"><br>    <Aggregation><br>        Plugin "cpu"<br>        Type "cpu"<br>        GroupBy "Host"<br>        GroupBy "TypeInstance"<br>        CalculateSum true<br>        CalculateAverage true<br>    </Aggregation><br></Plugin><br clear="all"><br>-- <br><div class="gmail_signature">Subhash V</div>
</div>