web transaction monitoring?

Jason Martin jhmartin at toger.us
Wed Oct 20 22:41:14 CEST 2004


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.

-Jason Martin

-- 
90% of everything is crud. The remainder is outright sh-t.
This message is PGP/MIME signed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 211 bytes
Desc: not available
URL: <https://www.monitoring-lists.org/archive/users/attachments/20041020/2d9822f2/attachment.sig>


More information about the Users mailing list