Do any of the open source monitoring applications do the following:

  1. download a web page, and provide a detailed breakdown of how long it took to download the page and all its elements (images/css/javascript/etc).

  2. web transaction, something that will go through a shopping cart from product page to checkout every x minutes to ensure it is working.

Would zabbix or opennms do the above?

link|improve this question

50% accept rate
feedback

1 Answer

If you are using apache, then the access logs should provide some of the information you desire. Then you can analyze the stats with something like awstats package.

link|improve this answer
I'm referring to a monitoring tool like zabbix/opennms. – codecompleting Feb 8 at 21:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.