<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 12px; font-family: Menlo, sans-serif;">
<div>Hi there,</div>
<div><br>
</div>
<div>I’m trying collectd 5.5 about the CPU usage percentage.</div>
<div>It works when set ‘ValuesPercentage’ to true. I got the cpu percentage per cpu core successfully.</div>
<div><br>
</div>
<div>But I also want to aggregate the CPU usage percentage using following config:</div>
<div><br>
</div>
<div>
<div><Plugin aggregation></div>
<div> <Aggregation></div>
<div> #Host "unspecified"</div>
<div> Plugin "cpu"</div>
<div> #PluginInstance "unspecified"</div>
<div> Type "cpu"</div>
<div> #TypeInstance "unspecified"</div>
<div><br>
</div>
<div> GroupBy "Host"</div>
<div> GroupBy "TypeInstance"</div>
<div><br>
</div>
<div> CalculateNum false</div>
<div> CalculateSum false</div>
<div> CalculateAverage true</div>
<div> CalculateMinimum false</div>
<div> CalculateMaximum false</div>
<div> CalculateStddev false</div>
<div> </Aggregation></div>
<div></Plugin></div>
</div>
<div><br>
</div>
<div>Seems when I enable ‘ValuesPercentage', I can’t get the cpu-average any more.</div>
<div>So please help me out.</div>
<div><br>
</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE">
<div><br>
</div>
<div>Thanks</div>
<div>Luffy</div>
</div>
</div>
</body>
</html>