web transaction monitoring?

Andreas Ericsson ae at op5.se
Wed Oct 20 23:42:29 CEST 2004


Jason Martin wrote:
> On Wed, Oct 20, 2004 at 10:00:52PM +0200, Andreas Ericsson wrote:
> 
>>Or check_http --help. It can handle what you want.
> 
> The original poster was looking for something a bit heavier than
> what check_http offers. Check_http allows for checking the
> response time of a particular query  / web page. The poster was
> looking for something more along the lines of "How long does it
> take to submit an order", which might involve the step of
> authenticating via a non-HTTP-auth login (think amazon.com), put
> an item in a shopping cart, follow the steps for entering CC
> info, and finally hitting submit. This might involve 10
> different webpages, but the desired functionality is for the
> overall time instead of just one particular click.  
> 
> This sort of monitoring requires sending queries and taking the
> output of a prior page and using it to generate the next query.
> As such check_http isn't really appropriate for this sort of
> task. It pretty much requires some sort of 'test engine', or at
> least a script that can do the multi-step process to come up
> with a timing.
> 

Assuming he knows what he wants the script to buy, a simple shell/perl 
wrapper around check_http should do just fine. Whatever page is 
generated back is pretty irrelevant apart from perhaps a few key values 
(session ID and such, which can easily be grep'ed from output) since the 
next step is known before hand at all times.

I'm thinking perl for at least millisecond precision, even though I'm 
not very fond of it.

-- 
Andreas Ericsson                   andreas.ericsson at op5.se
OP5 AB                             www.op5.se
Lead Developer


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list