Welcome! Log In Create A New Profile

Advanced

Nginx request processing is slow when logging disabled

All files from this thread

File Name File Size   Posted by Date  
nginx.conf 615 bytes open | download Om Prakash Shanmugam 07/04/2019 Read message
error.log 2.6 KB open | download Om Prakash Shanmugam 07/04/2019 Read message
Om Prakash Shanmugam
July 04, 2019 03:38AM
Hello All,

I have an Nginx reverse proxy connected to uWSGI backend. I have configured
nginx to log to a centralized remote syslog service as:

*error_log syslog:server=example.com:514
http://example.com:514,tag=nginx_error debug;*

The problem here is that, when I remove the above line from my nginx.conf,
the request processing time is becoming very high and It leads to client
timeout ( returns HTTP 460 ).

When I enable logging in my nginx.conf, I do not get HTTP 460 at all. But,
there's an extra overhead introduced which Increases the CPU Utilization.
What I suspect is that the nginx is sending the HTTP requests to my uWSGI
backend little slowly and my uWSGI backend is able to handle them
gracefully, write the response back to nginx successfully. The average
response time of the backend also spikes to 5x when logging is enabled.

Once I disable logging, the CPU Utilization decreases while the requests
are flooded to uWSGI backend and the backend takes time to return the
response within the defined client timeout period. If the request takes
time to process and if the client ( Android/iOS app) hasn't received the
response, It aborts the connection either when the timeout is reached or if
the user cancels the request.

I'd like to know whether I have to add a proxy buffer to my nginx to queue
up requests and send it to my backend instead of overflooding it. Or any
other solutions are appreciated.

I've also attached the log files below. any help is appreciated. Thanks in
advance.

Om
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Attachments:
open | download - nginx.conf (615 bytes)
open | download - error.log (2.6 KB)
Subject Author Posted

Nginx request processing is slow when logging disabled Attachments

Om Prakash Shanmugam July 04, 2019 03:38AM

Re: Nginx request processing is slow when logging disabled

Maxim Dounin July 08, 2019 08:52AM

Re: Nginx request processing is slow when logging disabled

heythisisom July 13, 2019 09:50AM

Re: Nginx request processing is slow when logging disabled

heythisisom July 13, 2019 09:51AM

Re: Nginx request processing is slow when logging disabled

Maxim Dounin July 16, 2019 05:28AM

Re: Nginx request processing is slow when logging disabled

heythisisom July 16, 2019 08:48AM

Re: Nginx request processing is slow when logging disabled

Peter Booth via nginx July 16, 2019 02:26PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 158
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready