<div class="gmail_quote">On Thu, Mar 31, 2011 at 3:20 AM, Matthew Moldvan <span dir="ltr"><<a href="mailto:mmoldvan@csc.com">mmoldvan@csc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font size="2" face="sans-serif">I would think you could easily do this
by using "time wget <yoururl>" and setting it up as a cron
job to report the time taken back to your Xymon server ... setting up the
graph would be a little more difficult, but is possible using NCV or other
options through your Xymon server.</font>
</blockquote><div> </div><div>Or:</div><div><br></div><div>  curl -o /dev/null -w "%{time_total} - %{time_starttransfer}\n" $URL 2>/dev/null | tail -1</div><div><br></div><div>and evaluate the result.  This eliminates all other variables such as retries, redirects DNS lookup times, and so on.</div>

<div><br></div><div>J</div></div>