thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

Closes #147 - Fix CPU aggregations #148

Closed arodrime closed 5 years ago

arodrime commented 5 years ago

So the issue is that we were using the average of the whole cluster and then take min/max/avg of this value, already aggregated.

Instead we need the average per node (as there are multiple CPUs) and then, from this, take the min/max/avg. This should do @rustyrazorblade.