Re: How to use Measurements Plot Plugin?

2014-08-06 Thread Andrew Pritykin
Bump. Would has anyone used this plugin? On Tuesday, August 5, 2014 11:38:19 AM UTC-4, Andrew Pritykin wrote: > > Hi everyone, > > I have a JS file that looks to see how long it takes to load a webpage. > Once the page loads it saves the result (time in ms) to a file. After &

How to use Measurements Plot Plugin?

2014-08-05 Thread Andrew Pritykin
Hi everyone, I have a JS file that looks to see how long it takes to load a webpage. Once the page loads it saves the result (time in ms) to a file. After looking at the Measurements Plugin I see its a extension to the Junit Test result post build. currently my script writes to a file "time_lo

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Andrew Pritykin
Jon, THANK YOU! I got it to work! I appreciate your help very much! Cheers!! On Monday, July 28, 2014 1:49:31 PM UTC-4, Andrew Pritykin wrote: > > So just to clarify, will I be creating a new foo.properties file for each > run or add a new value to YVALUE? > > On Monday, July 2

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Andrew Pritykin
operties, then configure the plugin to use > the file just like I specified earlier. The plot plugin will keep track of > all of the values for each build internally. > > > On Mon, Jul 28, 2014 at 11:38 AM, Andrew Pritykin > wrote: > >> How would I go about using

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Andrew Pritykin
I am new to all of this and am trying to piece it all together. On Monday, July 28, 2014 12:33:47 PM UTC-4, Jon Schewe wrote: > > The "foo.properties" file is created for each build as part of my > continuous integration script. > > > On Mon, Jul 28, 2014 at 10:23

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Andrew Pritykin
; Note that if you're using a matrix build you will likely have problems > unless you build your own patched version of the plot plugin. > > An example of picking up my value for the properties file is here: > > cat rse-stats.txt | grep "RSE" | awk '{printf("YVAL

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Andrew Pritykin
Still looking for any help on this problem. On Wednesday, July 23, 2014 5:22:12 PM UTC-4, Andrew Pritykin wrote: > > So here is the deal folks, > > I have a PhantomJS script that simply measures the amount of time it takes > to load a web page (in ms). My plan is to graph the res

Re: Need help with Plot Plugin for Jenkins

2014-07-23 Thread Andrew Pritykin
: Andrew Pritykin *** */ var page = require('webpage').create(), system = require('system'), t, address; var pageLoadArray = []; var csvContents = ""; fs = require('fs'); if (system.args.length === 1) { console.log(&#x