Mayank Mishra
Mayank Mishra

Reputation: 101

Request Handling in JMeter

I am running a simple load test on JMeter (10 users).

After completion I found in summary report that initial request having more that 10 sample and later request are not able to complete desire 10 request.

What should I suppose to do handle this situation.

enter image description here

Thanks

enter image description here

enter image description here

enter image description here

Upvotes: 0

Views: 84

Answers (1)

Dmitri T
Dmitri T

Reputation: 168147

Your question doesn't contain enough information to state the exact reason of the behaviour, the possible causes could be in:

  1. For extra initial requests it might be the case JMeter is appending new results to an existing results file so when you run your script next time you will see i.e. 25 virtual users.
  2. For not enough further requests it could be caused by conditional Logic Controllers i.e. from If Controllers or Switch Controller
  3. Your test execution might be stopped by i.e. CSV Data Set Config having Stop thread on EOF option set to True
  4. You simply open wrong results file.

If you need further assistance you will need to update your question with at least 1 screenshot outline of your Test Plan and contents of jmeter.log file (normally lives in "bin" folder of your JMeter installation)

Upvotes: 1

Related Questions