[Xymon] HTTP response test?

Jeremy Laidman jlaidman at rebel-it.com.au
Thu Mar 31 01:55:46 CEST 2011


On Thu, Mar 31, 2011 at 3:20 AM, Matthew Moldvan <mmoldvan at csc.com> wrote:

> 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.


Or:

  curl -o /dev/null -w "%{time_total} - %{time_starttransfer}\n" $URL
2>/dev/null | tail -1

and evaluate the result.  This eliminates all other variables such as
retries, redirects DNS lookup times, and so on.

J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20110331/8c606ec8/attachment.html>


More information about the Xymon mailing list