Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMeter showing wrong thread count in distributed testing

Tags:

jmeter

I am using JMeter 2.13 and have 2 thread groups,for each thread group i assigned 25 users. I am running the test in distribution mode using 2 machines as slaves.

But the total user count is showing as 50 only,But it should be 100 as per my understading(50*2 slaves=100 Users,Correct me if am wrong)

I have added some listeners by adding JMeter plugins and they are also showing the total user count as 50 only.

Looking forward for answer...

Regards.

like image 511
Guru Avatar asked Apr 14 '26 22:04

Guru


1 Answers

You must put in Thread Group name some information to uniquely identify each injector:

  • http://jmeter-plugins.org/wiki/ActiveThreadsOverTime/

For example:

${__machineName()}_My Threadgroup name

Based on your last comment, your issue is most probably that 1 injector(server) is not able to contact controller (client) to report its progress.

Check logs of each jmeter-server.

like image 58
UBIK LOAD PACK Avatar answered Apr 20 '26 03:04

UBIK LOAD PACK