<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
I have collectd running with, among other things, cpu and aggregation plugins enabled, and data forwarded to Graphite. Configuration for cpu/aggregation are (as per the wiki):
<div><br>
</div>
<div>
<div>LoadPlugin cpu</div>
<div>LoadPlugin aggregation</div>
<div><br>
</div>
<div><Plugin "aggregation"></div>
<div> <Aggregation></div>
<div>    Plugin "cpu"</div>
<div>    Type "cpu"</div>
<div><br>
</div>
<div>    GroupBy "Host"</div>
<div>    GroupBy "TypeInstance"</div>
<div><br>
</div>
<div>    CalculateSum true</div>
<div>    CalculateAverage true</div>
<div>  </Aggregation></div>
<div></Plugin></div>
</div>
<div><br>
</div>
<div>On a single-cpu system the aggregated value is the same as the CPU idle metric, a value less than 100. On a system with 2 CPU's, the CPU Idle value for each CPU is less than 100, but the aggregated CPU idle is anywhere up 5 million. For example, on a test
 host, CPU idle for cpu0 and cpu1 is 94.50 and 94.90 respectively but the aggregated cpu idle value is 337,012.86. This pattern repeats for all the CPU metrics.</div>
<div><br>
</div>
<div>Any idea what I'm doing wrong?</div>
<div><br>
</div>
<div>thanks</div>
<div>mike</div>
<div><br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div style="font-family: Calibri, sans-serif; font-size: 14px; ">-- </div>
<div style="font-family: Calibri, sans-serif; font-size: 14px; "><font face="Courier New"><span style="font-size: 12px; ">Michael Hart</span></font></div>
<div style="font-family: Calibri, sans-serif; font-size: 14px; "><font face="Courier New"><span style="font-size: 12px; ">Arctic Wolf Networks</span></font></div>
<div style="font-family: Calibri, sans-serif; font-size: 14px; "><font face="Courier New"><span style="font-size: 12px; ">M: 226.388.4773</span></font></div>
</div>
</div>
<br>
</div>
</body>
</html>