Hi,
I am using JMeter for load testing of my application.But I am not getting
the expected number of requests which I am intend to make.
Through the distributed testing, I am running two jMeter server and one
client (who also acts as one of the sever ).
The simulated load is of just 100 users so 50-50 users are distributed on
each machine.
There are 9 different types of requests each user is supposed to make.
I created 9 different thread groups for each type of request .And each
thread group is having 50 users where I checked the "forever" loop .And I am
running the script for one hour.
There is constant throughput timer for each request.
For example , I am giving a target throughput ie. samples per minutes as 12
.So it is expected that each minute a single user will create 12 requests
and the request is being sent each 5 secs. (60/12= 5 sec).
So I am running for one hour ,
the total number of expected requests are for one user = 12*60 = 720
requests.
Hence for 100 users , it would be = 720 * 100 = 72,000 requests .
But in JMeter, i could see only 1800 requests are being made. Very less
compared to what I expected.
Any reason why this is happening and solution for that ?(Why so less number
of requests)
Second concern is : Since I am running this test on two machine, and giving
50 users each, in the "threadName " I could see users upto 50 . i.e. they
are numbered like users("users" is the name I had given for the thread
group) users1-50 and nothing beyond that.
So does it mean that it simulated 50 users or 100 users???
Any suggestion would be of great help.
Thanks .
--
View this message in context:
http://www.nabble.com/Lesser-number-of-requests-are-sent.-tf4277904.html#a12176383
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]