Re: Fwd: Measuring request processing time

2015-05-27 Thread Maxim Dounin
Hello! On Wed, May 27, 2015 at 07:28:56PM +0300, Дмитрий Шалашов wrote: > Thanks! That is a good idea. > > So Nginx will do some work to fill these variables only in their > corresponding locations? Yes, both standard geoip module and 3rd party geoip2 module you've linked only do database look

Re: Fwd: Measuring request processing time

2015-05-27 Thread Дмитрий Шалашов
Thanks! That is a good idea. So Nginx will do some work to fill these variables only in their corresponding locations? Best regards, Dmitriy Shalashov 2015-05-27 17:53 GMT+03:00 Maxim Dounin : > Hello! > > On Wed, May 27, 2015 at 05:08:52PM +0300, Дмитрий Шалашов wrote: > > > Hi! > > > > Is th

Re: Fwd: Measuring request processing time

2015-05-27 Thread Maxim Dounin
Hello! On Wed, May 27, 2015 at 05:08:52PM +0300, Дмитрий Шалашов wrote: > Hi! > > Is there a way to measure time Nginx takes to process request? Not > $request_time, but rather something like "time between request was fully > read and request is ready to pass it to the backend". > I need it to e

Fwd: Measuring request processing time

2015-05-27 Thread Дмитрий Шалашов
Hi! Is there a way to measure time Nginx takes to process request? Not $request_time, but rather something like "time between request was fully read and request is ready to pass it to the backend". I need it to evaluate perfomance of the geoip2 module: https://github.com/leev/ngx_http_geoip2_modul

Measuring request processing time

2015-05-26 Thread Дмитрий Шалашов
Hi! Is there a way to measure time Nginx takes to process request? Not $request_time, but rather something like "time between request was fully read and request is ready to pass it to the backend". I need it to evaluate perfomance of the geoip2 module: https://github.com/leev/ngx_http_geoip2_modul