0
votes

I am new to JMeter.

I got 30 APIs and want to perform load run for 50 users.

I am using the ultimate thread group. Below is my configuration.

Thread count: 50 Initial delay : 0 Startup:60 Hold for:1800 Shutdown: 60

When I initiate runs I don't find any issues. But after certain minutes JMeter stops running. can I know why it happens like this and what can I do to skip the same.

1

1 Answers

0
votes

Your "stops running" statement is not too informative hence we cannot help without knowing all the details.

If something goes wrong with JMeter take a look at jmeter.log file, normally it contains sufficient information to guess the cause of the problem, it is also possible to increase log level for the whole application or for individual components. See How to Configure JMeter Logging for details.

Also a common mistake of those who are "new to JMeter" is running load test from JMeter GUI, if this is your case - remember that GUI is only for tests development and debugging, when it comes to execution you should be using command-line non-GUI mode with all Listeners disabled.