NetXMS Support Forum

English Support => General Support => Topic started by: pedrong on June 21, 2017, 04:26:37 AM

Title: Web Page Load Time
Post by: pedrong on June 21, 2017, 04:26:37 AM
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
Title: Re: Web Page Load Time
Post by: pedrong on June 26, 2017, 04:05:58 AM
Up!
Title: Re: Web Page Load Time
Post by: Tursiops on June 26, 2017, 08:56:16 AM
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.


Title: Re: Web Page Load Time
Post by: pedrong on June 26, 2017, 12:27:21 PM
Thanks for you information! Let me check!!