vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.28k stars 489 forks source link

Even when doing nothing, Octant burns cpu cycles #2013

Closed scothis closed 3 years ago

scothis commented 3 years ago

What steps did you take and what happened:

Running the election MacOS app, close the octant UI and observe the resource utilization for octant. The background process is consuming between 120-160% of a cpu core. This is pure backend load even when there is no client connected.

Screen Shot 2021-02-16 at 8 13 50 PM

What did you expect to happen:

I'd expect the backend to use some CPU cycles just to keep the caches alive for when the front end connects. Maybe 5-10% of a CPU core is acceptable.

Environment:

wwitzel3 commented 3 years ago

I'm going to close this resolved, but please re-open if you are still seeing Octant use a large amount of CPU even when minimized to the system tray.