Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate calculation of the CPU Utilization from Autoscaler Ticktock #122

Open
juliababkina opened this issue Sep 10, 2020 · 0 comments
Open

Comments

@juliababkina
Copy link
Contributor

Currently, cpu utilization calculation for plot in UI is tightly coupled with autoscaler ticktock https://github.com/pivotal/skenario/blob/master/sim/pkg/model/autoscaler_ticktock.go#L103. This logic should be separated and happens as another tick to have smoother line of the cpu utilization on the plot.
The cpu utilization tick should happens frequenter than 15 sec (default resync period), 2 seconds seems like a good period for calculation of the cpu utilization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant