I would: 1- Run the test in headless mode during the Test execution 2- Add more memory to the JMeter process (Xmx / Xms) 3- Set the OS ulimit setting to Unlimited to enable more file descriptors 4- Setup another box to induce the load on the target server
Try one step at a time, see if it helps. On Tuesday, April 19, 2016, Tenghuan He <[email protected]> wrote: > Hi everyone > > I am loading test a Thrift Javaserver using JMeter on the same machine > When setting the 6000 threads ramp up in 1 second, all the threads got > correct response data from the server, however the Jmeter process hangs up > and stuck, netstat -an shows that all the connections are in the > ESTABLISHED state. > When the threads number is 5000, all things work as expected. > Because I use Apache Thrift as the server, I do not have control over the > socket close. > Can anyone help me? > > > Thanks and Best Regards > > Tenghuan He >
