Re: WWW measurements

Clinton Wong (clintdw@netcom.com)
Sun, 1 Feb 1998 12:15:18 -0800 (PST)


> I need to measure the time to download a WEB page and do statistics
> every 15 minutes on this download.
> 
> Is there any script already doing this download. ?
> 
> Would libwww be a good start to write that script ?

You might want to try timeit, by Kurt Lidl.
ftp://ftp.va.pubnix.com/pub/uunet/timeit-2.1.tar.gz

Its all perl4 code (non-LWP), but it is a good place to start.
Patched versions of this code exist (along with tools to analyze timeit
data and graph historical data), but I'm not sure how available
they are. 

Clinton