Netflix-Skunkworks / service-capacity-modeling

Apache License 2.0
67 stars 19 forks source link

Fixed cassandra capacity planner to normalize cpu utilization #82

Closed ramsrivatsa closed 1 year ago

ramsrivatsa commented 1 year ago

Fixed Cassandra capacity planner to normalize CPU utilization to reference clock. This is consistent with the rest of the capacity planning logic that assumes that the clock speed for which calculations are being pursued is the reference clock ghz.

jolynch commented 1 year ago

We can follow up with factoring this out into a generic method so we don't have to repeat this complexity in every model that wants to rightsize.