What if I entered: No. of user:100 Ramp up :100 Loop count:30 duration:180sec
Now my question is. 1)How to identify the execution time of thread because i want to know the concurrent user at same time,and its depends upon the execution time of previous user which is might be completed or in process. 2.)And if loop count is 30 then suppose first user comes,it will first hit the server 30 times and then second user arrives?or altogether that first user doesn't hits 30 times an next user arrives even first user not executed fully. 3)I want to check on 100 concurrent user but loop counti have given 30 so concurrent user in the result came to be 21 only.what loop count should i entered so that 100 will become active becuase if i do loop count to be forever,then all the threads becomes active otherwise when loop countis 30,then only 21 is active.Please suggest.