Re: connection speed / data transfer time

2008-11-25 Thread Andrej van der Zee
Hi Ray,

Thanks for your reply.

> see mog_logio for the actual bytes transferred
> and mod_status or others for examples of the time
> required.

I need the duration of network transfer per HTTP request and response,
but I cannot find this information in mod_status. Are there any
specific points in the source code that I can use for determining the
transfer times (that is a beginning and end of request/response
transfer)? Preferably in module hooks, but the APR is also fine.

Thank you!
Andrej


Re: connection speed / data transfer time

2008-11-25 Thread Ray Morris
see mog_logio for the actual bytes transferred 
and mod_status or others for examples of the time 
required. 
--
Ray B. Morris
[EMAIL PROTECTED]

Strongbox - The next generation in site security:
http://www.bettercgi.com/strongbox/

Throttlebox - Intelligent Bandwidth Control
http://www.bettercgi.com/throttlebox/

Strongbox / Throttlebox affiliate program:
http://www.bettercgi.com/affiliates/user/register.php


On 11/25/2008 05:00:07 PM, Andrej van der Zee wrote:
> Hi,
> 
> I was wondering if it is possible to get the connection speed in an
> Apache module. Actually, I can get to the actual bytes transferred
> to/from the client, so the transfer time would also do.
> 
> Thank you,
> Andrej
> 
> 




connection speed / data transfer time

2008-11-25 Thread Andrej van der Zee
Hi,

I was wondering if it is possible to get the connection speed in an
Apache module. Actually, I can get to the actual bytes transferred
to/from the client, so the transfer time would also do.

Thank you,
Andrej