Depends on the traffic on that server - and the traffic on those 
specific pages. It may be too complicated to parse the logs of a busy 
site for just a couple of pages. He may use output control functions and 
use ob_get_length() to get the job done - a little complicated, I must 
admit, but it may be what he needs.

Just my 2c.

Bogdan

Rasmus Lerdorf wrote:

>Not really a job for PHP.  That is best done by analyzing the httpd logs
>after the fact.
>
>On Tue, 14 May 2002, Etus wrote:
>
>>Hey,
>>
>>I need to write a script in php that calculate the bandwith usage of selected pages. 
>Anyone knows how I can do this?
>>
>>Thanks,
>>Yuval
>>
>
>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to