JMeter and Java web service stops after

I'm trying to stress test a web service using JMeter, but requests keep stopping after about 4 hours.

I am sending 10 requests per second from JMeter. After JMeter completes, the web service is working properly. I only use 1 soap request and I am not indicating happy soap response.

Why does JMeter refuse after a certain time?

+1


source to share


1 answer


There are some tips for checking:



  • Use the latest version of JMeter.
  • Please use the latest / JDK / provider version.
  • Try running JMeter in command line mode (if you have started it in GUI before).
  • Check the network / firewall setup between your client and your server.
+3


source







All Articles