Page 1 of 1
Rendering time of the web page
Posted: Wed Feb 01, 2017 7:41 am
by njain213
Hi Team,
Could you please confirm if the web page rendering time is captured as part of the total response time given by the Nagios?
Actually, we have a scenario where we have to capture the total time of a user journey, including the time taken to render the page after the response from the server.
Any document/info that help in understanding this would be a great help!
Thanks
Naman
Re: Rendering time of the web page
Posted: Wed Feb 01, 2017 10:49 am
by mcapra
Do you know which plugin is being used? If it's check_http, none of the elements are really being "rendered". It's just grabbing the HTML returned by the remote web server (similar to how curl works).
Re: Rendering time of the web page
Posted: Thu Feb 02, 2017 5:28 am
by njain213
Hi,
We simply want to capture rendering time of any web page so I believe it is possible in Nagios.Could you please tell me which plugin is required to make it possible and steps are documented ?
Regards,
Naman
Re: Rendering time of the web page
Posted: Thu Feb 02, 2017 11:12 am
by rkennedy
You can use check_http as @mcapra mentioned to get the simple time it takes to download, for example -
Code: Select all
[root@centos7 libexec]# ./check_http -H google.com
HTTP OK: HTTP/1.1 302 Found - 911 bytes in 0.131 second response time |time=0.131485s;;;0.000000 size=911B;;;0
If you're looking at full page rendering, you may want to look at Selenium.
Re: Rendering time of the web page
Posted: Thu Feb 02, 2017 10:48 pm
by njain213
Hi rkennedy,
Yes I am looking for full page rendering and how we can configure in selenium?Could you please give me steps to do that or any document?
Thanks and Regards,
Naman
Re: Rendering time of the web page
Posted: Fri Feb 03, 2017 10:41 am
by rkennedy
We have a document that explains how to use the Nagios portion with Selenium, you'll need to read more about the actual product to get the full rendering / testing going though. We can only help with the Nagios side of things.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Re: Rendering time of the web page
Posted: Wed Mar 01, 2017 2:16 pm
by tmcdonald
Just checking in since we have not heard from you in a while. Did
@rkennedy's post clear things up or has the issue otherwise been resolved?