On Wed, 25 May 2011 02:20:23 +1000, André Warnier wrote:
marco wrote:
Il 24/05/2011 17.35, Adam Prime ha scritto:
On 11-05-24 11:30 AM, marco wrote:
Hi all,
I want to get the response time that Apache spends to serve a request
(from post-read-request phase to the response phase).
Any idea?
Torsten Förtsch wrote:
On Tuesday, May 24, 2011 18:20:23 André Warnier wrote:
Is it not easier to just read the Apache access log a posteriori, and
filter the lines which you need ?
With the appropriate LogFormat, you can have the microseconds needed
for each request.
With Apache2::ModLogConf
Il 24/05/2011 20.11, Torsten Förtsch ha scritto:
On Tuesday, May 24, 2011 19:02:50 marco wrote:
In httpd.conf file I have:
PerlPostReadRequestHandler Dir::touch #this script is well
executed PerlResponseHandler Dir::timediff#this
handler (below) is not executed!
On Tuesday, May 24, 2011 19:02:50 marco wrote:
> In httpd.conf file I have:
>
> PerlPostReadRequestHandler Dir::touch #this script is well
> executed PerlResponseHandler Dir::timediff#this
> handler (below) is not executed!!!
perhaps you forgot
SetHandler m
Il 24/05/2011 18.19, Torsten Förtsch ha scritto:
On Tuesday, May 24, 2011 17:30:33 marco wrote:
I want to get the response time that Apache spends to serve a request
(from post-read-request phase to the response phase).
PerlPostReadRequestHandler "sub {\
use Time::HiRes();
On Tuesday, May 24, 2011 18:20:23 André Warnier wrote:
> Is it not easier to just read the Apache access log a posteriori, and
> filter the lines which you need ?
> With the appropriate LogFormat, you can have the microseconds needed
> for each request.
With Apache2::ModLogConfig you can even ins
marco wrote:
Il 24/05/2011 17.35, Adam Prime ha scritto:
On 11-05-24 11:30 AM, marco wrote:
Hi all,
I want to get the response time that Apache spends to serve a request
(from post-read-request phase to the response phase).
Any idea?
Thanks
I'm pretty sure there are messages buried in the ar
On Tuesday, May 24, 2011 17:30:33 marco wrote:
> I want to get the response time that Apache spends to serve a request
> (from post-read-request phase to the response phase).
PerlPostReadRequestHandler "sub {\
use Time::HiRes(); \
use Apache2::Reque
Il 24/05/2011 17.35, Adam Prime ha scritto:
On 11-05-24 11:30 AM, marco wrote:
Hi all,
I want to get the response time that Apache spends to serve a request
(from post-read-request phase to the response phase).
Any idea?
Thanks
I'm pretty sure there are messages buried in the archives (from
On 11-05-24 11:30 AM, marco wrote:
Hi all,
I want to get the response time that Apache spends to serve a request
(from post-read-request phase to the response phase).
Any idea?
Thanks
I'm pretty sure there are messages buried in the archives (from torsten)
showing how to do this with $r->push
Hi all,
I want to get the response time that Apache spends to serve a request
(from post-read-request phase to the response phase).
Any idea?
Thanks
11 matches
Mail list logo