Hi All
I am busy developing a JMeter plug-in and I wanted to know whether it’s possible for a listener to be instantiated only once? I have investigated summary_report code and I noted that the add (SampleTest) is created for each sampler which is called thus creating my listener multiple times. I just want to be able to start the listener once and wait upon the sampler request. Is this possible? If so which class or listener must I base my code on as an example for JMeter. Thank and Regards Lance