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
_______________________________________________
collectd mailing list
[email protected]
https://mailman.verplant.org/listinfo/collectd