Re: time to read packets for HTTP query

2015-09-11 Thread Frederik Nosi
Hi Maxim, On 09/11/2015 02:53 PM, Maxim Dounin wrote: Hello! On Fri, Sep 11, 2015 at 02:15:25PM +0200, Lukas Tribus wrote: Does not seem to do what the GP asked, from the docs: $request_time request processing time in seconds with a milliseconds resolution (1.3.9, 1.2.6); time elapsed since

Re: time to read packets for HTTP query

2015-09-11 Thread Maxim Dounin
Hello! On Fri, Sep 11, 2015 at 02:15:25PM +0200, Lukas Tribus wrote: > > Does not seem to do what the GP asked, from the docs: > > > > $request_time > > request processing time in seconds with a milliseconds resolution > > (1.3.9, 1.2.6); time elapsed since the first bytes were read from the clie

RE: time to read packets for HTTP query

2015-09-11 Thread Lukas Tribus
> Does not seem to do what the GP asked, from the docs: > > $request_time > request processing time in seconds with a milliseconds resolution > (1.3.9, 1.2.6); time elapsed since the first bytes were read from the client "request time" would imply the time (with our without parsing) of the actual

Re: time to read packets for HTTP query

2015-09-11 Thread Frederik Nosi
Hi, On 09/11/2015 11:20 AM, Lukas Tribus wrote: Hi, I'm running a SAAS service running via NGINX and have been running tcpdump to look at the incoming packets for HTTP queries. Many of the HTTP queries are bigger than the MTU of 1,500 bytes and therefore arrive as 2, 3, or 4 packets. I notice

RE: time to read packets for HTTP query

2015-09-11 Thread Lukas Tribus
Hi, > I'm running a SAAS service running via NGINX and have been running tcpdump > to look at the incoming packets for HTTP queries. Many of the HTTP queries > are bigger than the MTU of 1,500 bytes and therefore arrive as 2, 3, or 4 > packets. I noticed that for some customers there are signific

time to read packets for HTTP query

2015-09-10 Thread SimonHF
I'm running a SAAS service running via NGINX and have been running tcpdump to look at the incoming packets for HTTP queries. Many of the HTTP queries are bigger than the MTU of 1,500 bytes and therefore arrive as 2, 3, or 4 packets. I noticed that for some customers there are significant delays bet