-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stephane Bortzmeyer wrote: > On Mon, Dec 03, 2007 at 11:19:41PM +0000, > MKS <[EMAIL PROTECTED]> wrote > a message of 45 lines which said: > >> As far as I can see the curl probe only monitors a single target (e.g. >> index.html) but I would like to monitor the total website loading time >> including images etc. > > I do not think there is a ready-made solution (it is more complicated > than it appears: because of things like the <object> element or HTTP > content negociation, the total size depends on the client). > > I developed a program to do it, but it is no longer maintained and > quite incomplete: > > http://delambre.sourceforge.net/ > > _______________________________________________ > smokeping-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
I don't think there currently exists a SmokePing probe for it, but wget can do what you want: wget -r -l 1 http://www.url.com It seems to work for <object> tags and the like. Of course, someone would have to write the module for it. :) - -- Peter Kristolaitis DBA / Code Monkey / General Geek OpenPGP/GPG Key available from pgp.mit.edu Key Fingerprint: 695D 7616 9903 6002 5756 D234 6E96 34B2 F974 14FE -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHVVBObpY0svl0FP4RAoSjAJ0dSr7ORfRb4wpGgt39f8vAwrU49wCfYa/w kMDAtjRjDGCheUldsijoq7A= =AA6j -----END PGP SIGNATURE----- _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
