Web Page Load Time

Started by pedrong, June 21, 2017, 04:26:37 AM

Previous topic - Next topic

pedrong

Hi All,

We have some heavy web page so we would like to monitor the load time of these pages from NetXMS server. Is there any plugin can do it?

Many thanks!

Pedro


Tursiops

You could use ServiceResponseTime.HTTP for basic response time checks, something like "ServiceResponseTime.HTTP(<SERVERIP>,80,"<FQDN>:/<PATH>"). See https://wiki.netxms.org/wiki/Subagent:PortCheck for some documentation. You will need to have an agent that has that subagent loaded and you will need to select that as the source node for the check.

But it sounds more like you are looking for website load time monitoring, which is a bit different.
For that, you probably want to use something like http://www.seleniumhq.org/ to build a script to go through the website, then utilise https://exchange.nagios.org/directory/Plugins/Websites,-Forms-and-Transactions/check_selenium/details and call that via ExternalParameters in NetXMS.



pedrong

Thanks for you information! Let me check!!