JMeter hangs during performance testing

2019-07-16 06:03发布

问题:

  1. I am trying to simulate 100 threads request with 4 different users, all the 97 requests were sent and received but the remaining 3 requests still showing as executing.
  2. I have to manually stop the Jmeter and then only the remaining request are passed.

Why is this happening?

回答1:

Your machine probably doesn't have the resources to execute the requests or Java isn't configured appropriately. Take a look at this article and this one



回答2:

In case you are running jmeter in a window mode, please check for attributes provided for heap memory etc. (those should not exceed more than half of the RAM on the machine you are running upon)