Hi,
I'm trying to add a label to one of the listeners which will display the
number of running threads.
Since I need the number of active threads (and JMeter is spawning all the
threads at the beginning of the test) I moved the
JMeterContextService.incrNumberOfThreads() after the rampUpDelay().
This way I can see the number of active threads.
My problem is that everything works fine when everything is working on the
same machine. But when I use the jmeter-server the
JMeterContextService.incrNumberOfThreads() always returns 0 .
Any ideas how to solve this issue?
Thanks,
Y.