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

Cache causes spikes in CPU usage #13

Open
bsenel opened this issue Mar 4, 2021 · 0 comments
Open

Cache causes spikes in CPU usage #13

bsenel opened this issue Mar 4, 2021 · 0 comments
Assignees

Comments

@bsenel
Copy link
Contributor

bsenel commented Mar 4, 2021

When a client makes a cachecash-curl request toward a publisher, spikes in CPU usage occur at a node that runs a cache in use. The gRPC service of ClientCache has outliners at handling time, especially in the 99th and 90th percentile of requests. It is OK at the 50th and 25th percentile of requests. However, in the case of concurrent cachecash-curl requests made toward a publisher, e.g., 200 clients at once, the gRPC handling time reaches 10 seconds.

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

No branches or pull requests

2 participants