Re: how to measure round trip time

At 16:02 10/21/98 +0900, Tadashi NAKANO wrote:

>I have some questions, please help me.
>
>I wanna measure round trip time to get HTML file includeing inline images.
>I think webbot can measure the time.

Try
	webbot -saveimg -n -ss -q http://..../example.html

See
	http://www.w3.org/Robot/User/CommandLine.html

for a full explanation. "saveimg" doesn't actually save them - it downloads
the image and pumps it into a black hole. If you do

	webbot -cache -saveimg -n -ss -q http://www.w3.org/
	
then the images get cached in the persistent cache
	
>so I could save images on local disk, but I had to type the directory
>to save them and could't get the time.
>The webbot was trying to get inline images with using HEAD methods.
>Can I use GET method?Does it have other options?

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Wednesday, 21 October 1998 08:20:30 UTC