-
Notifications
You must be signed in to change notification settings - Fork 463
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
High CPU usage #251
Comments
@dwMiguelM |
I'm sorry for asking, but I would need to request you something, is it possible to get any contact yours? Thank you in advance :) |
@vozlt this sounds similar to this one right? Kong/kong-plugin-prometheus@fd844dc |
@testn |
jfyi The CPU usage is due to lock contention
|
Hey folks,
Giving more attention to this issue (issues/221), due to the exact same fact, but let me show you in real-environment.
This test was made by generating 500kr/s (500.000 connections per second), the connections were generated using 15k unique IPs.
Currently, the VTS configuration has 17 filter keys.
Be aware, those filter keys catch everything that happens in the web server, they are heavily updated.
Heavy load without VTS: https://prnt.sc/_M-8xNbPPTk1
Heavy load with VTS: https://prnt.sc/PEQYLxSi5vE6
The VTS configurations/keys and further detailed information about this performance impact caused by the VTS can be provided to a VTS contributor/developer in a private conversation.
I hope we can work together to optimize this :)
Best Regards!
The text was updated successfully, but these errors were encountered: