-
Notifications
You must be signed in to change notification settings - Fork 464
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
how to disable upstream statistics collection? #292
Comments
* it is able to disable intentionally statistics collection for upstream servers.
@k0st1an Thanks. Unfortunately, we still cannot prepare the flag to disable the upstream statistics intentionally now. We are fine what you said there are not good situations if we use the upstream directive we has enable its statistics simultaneously in some cases. So I introduced the new parameter in #293 that can be through the upstream statistics. Can you review and try this parameter? |
When two options are active, the statistics disappear
When only |
The problem reappeared with the https://deb.myguard.nl/nginx-modules/ repository. Configuration as in the first post. CPU throttle spike at 70k RPS
With upstreams disabled, the difference in CPU load is 2-3%. But I would like to test with the option |
@k0st1an https://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/Instrumentation-Options.html |
how to disable upstream statistics collection?
I want to disable statistics collection for upstream servers to reduce CPU load. How can I do this?
Current config
The text was updated successfully, but these errors were encountered: