Hi,
On the plugins' doc page: https://jmeter-plugins.org/wiki/ActiveThreadsOverTime/
There is bold statement in the beginning:
If you are doing distributed tests, you should name the thread groups like this in your test plan:
${__machineName()}_My Threadgroup name
--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
On the plugins' doc page: https://jmeter-plugins.org/wiki/ActiveThreadsOverTime/
There is bold statement in the beginning:
If you are doing distributed tests, you should name the thread groups like this in your test plan:
${__machineName()}_My Threadgroup nameDid you see it? Did you try it?
Andrey Pokhilko
On 08/16/2017 06:13 PM, ravikar...@gmail.com wrote:
Hi Team,
I am experiencing a strange issue. Let me explain
I have a Jmeter Thread group for 10 users (running forever for 1 hour duration). When this is run from local machine, I could see 10 threads running on j...@gc- Active Threads Over time graph. And no. of transactions it is producing during that one hour is lets say 10*60 = 600 Transactions (assuming 1 transaction for every one minute/user).
Same Thread group when run from 7 different slave machines (running forever for 1 hour duration) . I could see 10 threads only running on j...@gc- Active Threads Over time graph, instead of 7*10 = 70 threads. But interestingly it is still producing the expected amount of transactions (i.e 7*10*60 = 4200 Transactions). This is a clear indication for me that, even though threads are showing as 10 threads, but in reality it is running with 70 users in the background.
So I am confused why j...@gc- Active Threads Over time graph is not showing total users/threads running, instead only showing maximum of 10 threads which is configured in the Thread group ? Could someone help me what's going on here ?
Any help would be appreciated.
ThanksRavi
Which version of the plugins do you use?