Sunday, August 18, 2013

Jenkins build events integrated into Show Slow

Show slow allows for custom events to be graphed along with all of your normal events.  Seeing your various performance metrics graphed with your various Jenkins builds labeled on the graph is extremely useful.  You can compare the various metrics across your various builds.

To add the Jenkins builds as custom events in show slow simply add a shell build event to your build job.  In the command field add the following bash script.



Set the URL_PREFIX variable to your website's scheme and domain.  Remember to include a trailing /.
Set the RESOURCE_URL variable to the path of your sub-page
Set the SHOW_SLOW_URL variable to the location of your showslow beacon events page without any parameters


No comments: