Sebb, thanks! That was exactly what I wish I had known 2 days ago :) A quick follow-up question: Is there a way to only report/save the Transaction Controller measurements in the Aggregate report CSV? For my current purpose I don't care about the measurements of the individual transaction components.
On Thu, Jul 25, 2013 at 12:48 PM, Stephan van Beerschoten < [email protected]> wrote: > Thanks! Checking it out right now. > > > On Thu, Jul 25, 2013 at 12:39 PM, sebb <[email protected]> wrote: > >> On 25 July 2013 17:25, Stephan van Beerschoten >> <[email protected]> wrote: >> > Hi Guys, >> > >> > I am trying to accomplish the following: Measure the response times of >> each >> > of the 3 individual web servers behind my load balancer. >> > >> > In order to do this I use a regular expression extractor on the first >> http >> > request I sent in my series. The server identifier (grabbed from html >> > source) is stored in a ${RING} variable. It posts fine, and I can >> access it >> > using a Beanshell listener. >> > >> > Ideally I would like 3 graph listeners, each as a child of an >> If-Condition. >> > Unfortunately I found out Listeners cannot be used that way. >> > >> > So, what other way do I have to separate the readings of each of my >> 'rings'? >> >> I would add the RING variable to the sample result data file: >> >> http://jmeter.apache.org/usermanual/listeners.html#sample_variables >> >> You can then do whatever analyis you need later. >> >> > Thanks >> > Stephan >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
