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]
