Re: NGINX module reporting 0 time to access.log

2014-12-02 Thread Yichun Zhang (agentzh)
Hello! On Tue, Dec 2, 2014 at 12:57 PM, chase.holland wrote: > Thank you for your quick response! Could you be more specific on what is > blocking the worker process? Just FYI: you can always find the blocking IO calls via tools like the off-CPU flame graphs: https://github.com/openresty/nginx-s

Re: NGINX module reporting 0 time to access.log

2014-12-02 Thread chase.holland
Valentin V. Bartenev Wrote: --- > On Monday 01 December 2014 22:09:14 chase.holland wrote: > > Hey all, > > > > We've written a module to connect NGINX / OpenResty with ZMQ > endpoints > > (https://github.com/neloe/ngx_zmq), but all requests thro

Re: NGINX module reporting 0 time to access.log

2014-12-02 Thread Valentin V. Bartenev
On Monday 01 December 2014 22:09:14 chase.holland wrote: > Hey all, > > We've written a module to connect NGINX / OpenResty with ZMQ endpoints > (https://github.com/neloe/ngx_zmq), but all requests through the module > report a 0.000 time back to access.log, making it impossible to determine > whi

NGINX module reporting 0 time to access.log

2014-12-01 Thread chase.holland
Hey all, We've written a module to connect NGINX / OpenResty with ZMQ endpoints (https://github.com/neloe/ngx_zmq), but all requests through the module report a 0.000 time back to access.log, making it impossible to determine which of our subsystems is the problem area in terms of latency. Is ther