kruize / kruize-ui

Kruize Autotune UI
MIT License
6 stars 12 forks source link

Box plot bug fixes #197

Closed bhanvimenghani closed 1 month ago

bhanvimenghani commented 1 month ago

The commit contains the following bug fixes :

  1. Three digits format for cpu plots
  2. Y domain YMAX: Max (boxplots max , recommendation val) + buffer YMIN: Min (recommendation value, box plots min) - buffer

buffer = 10% * max Add plot values in these ranges and check if looks good

  1. X-axis timestamps similar to crc UX right
  2. Do not generate box plots for CPU if CPU is idle (idle notification = 323001, < 1millicore of usage is present). IOW this should be an empty box plot. ( with time stamp on x axis)
  3. The memory box plot goes under the cpu box plot in some cases, would be good to have them on the same line always Make same changes on both cost and performance side