On 4/26/06, Tiago Semprebom <[EMAIL PROTECTED]> wrote:
> I'm working with the Apache and I need to tuning some modules of the Apache
> to implement my quality of service policy.
>
> Basically I need to intercept the incoming request, set the timestamp when
> the requests arrive and after they are processed.
>
> so two questions:
>
> 1) - Which Apache module or Apache function is responsable for receive the
> incoming requests?
>
> 2) - Does exist any structure about it or something like this?
>
> Thank's in advance,

See mod_log_config, which has the %D logformat directive to give you
the number of milliseconds taken to serve the request.

If that doesn't give you enough info, you can look at the source code
of the module to see where it gets its information.  If you want to
see a module that acts both at the very beginning and very end of
processing, you can also look at the source for mod_log_forensic.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to