-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Agent and analyzer taking lots of cpu cycles and memory #2321
Comments
Hi @ashishth09 can you explain more on the environment :: how many hosts + pods ? and what workload is running in that environment ? Also:: |
@eranra |
Skydive was installed on 20+ clusters. it was after installation that it is showing high cpu and reboot didn't work. we had to uninstall it completely. |
There are multiple alternatives, some are to reduce the number of in parallel captures , some are to move to more efficient captures like ebpf ( http://skydive.network/blog/skydive-with-ebpf.html) but before going there, maybe you should check things like that 100m is that really 2 cpus that skydive consumes or much lower than that? |
@eranra , Do you know, how we can verify |
@ashishth09 easiest way, if you can connect to the k8s node (the VM) is to execute something like |
@ashishth09 is this still relevant ???? if not please close |
We can see from the above snapshot that the agent and analyzer is taking 2 cores (and has exceeded the limit we put on it) with requests as 100m. What is the reason behind such a huge cpu usage. In fact memory consumption is also very high. 61% of the assigned 8GB limit. We used https://github.com/skydive-project/skydive-operator to install the operator on IBM Cloud classic infra kubernetes service.
Kubernetes version is v1.16.14
The text was updated successfully, but these errors were encountered: