Re: [PHP] Calculating the bandwith usage

2002-05-14 Thread Jason Wong
On Wednesday 15 May 2002 01:14, Bogdan Stancescu wrote: > 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

Re: [PHP] Calculating the bandwith usage

2002-05-14 Thread Bogdan Stancescu
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 m

Re: [PHP] Calculating the bandwith usage

2002-05-14 Thread Rasmus Lerdorf
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 Mail