Xymon Mailing List Archive search

- Internet sites testing

list Gildas le Nadan
Fri, 08 Dec 2006 13:36:56 +0000
Message-Id: <user-1a5a94271ad7@xymon.invalid>

If you must, then I'd suggest starting off with a network sniffer like
Ethereal (it has a new name now, I think), and then doing a trace of all
the requests that your browser performs. That will give you an idea of
how much work is involved, from the number of requests that actually go
out on the wire. Then you can start digging into each of the requests,
and see if you can automate them using some scripting tool.
I would personally highly recommend ngrep and firefox's plugin 
livehttpheaders to trace the requests.

curl is your friend then.

Cheers
Gildas