-
Notifications
You must be signed in to change notification settings - Fork 25
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
Performance impact while using stream-sts #4
Comments
Any update on this? I'm planning to use these modules but then found this issue. Having a proper monitoring is crucial for a load balancer. Unfortunately, Nginx opensource sucks in this respect and we have to rely on third party modules. Really appreciate your work on this @vozlt. |
@nihn Thanks for reporting.
|
Hello voltz. I switched jobs I no longer work with Nginx. Maybe @psliwka can provide more details. |
@mlowicki, can you recall what this was about? |
Hello,
we use
vts
andsts
nginx modules. Unfortunately we have experienced strange performance issues and after debugging it seems thatsts
module causes them.We have couple of nginx which proxies all kind of traffic (tcp, udp, http) and on those which proxies much tcp/udp traffic and have
sts
module enabled we see big performance drop (even inhttp
part). I am attaching one of our metric which shows how drasticallyupstream response
drops when module is disabled:It is worth noting that we haven't observed any visible impact when we disabled
vts
module, also this problem appears only during peak hours.The text was updated successfully, but these errors were encountered: