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'?
Thanks
Stephan