You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: