FSchumacher commented on issue #6305:
URL: https://github.com/apache/jmeter/issues/6305#issuecomment-2222983923

   It is hard to tell what exactly causes your problems. There are many things 
involved, which could go wrong. A few suggestions to look at:
   
   * If you suspect heap space limitations, have a look at the JVM statistics 
during the run. jstats, visualvm or jmc might help you detect those.
   * What I suspect is, that you ran out of other resources like tcp 
connections (on client, server or somewhere in between). That might lead to a 
synchronization of your simulated clients, which then might overload the target.
   * Try to connect to the server under test when those SocketExceptions occur. 
If you are not able to connect to the server too, than have a look at the 
server, is it overloaded? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to