I am Load testing my .Net web application using Jmeter. For different threads and ramp-up time period, I am getting the same exception everytime:
Non HTTP response code: org.apache.http.conn.HttpHostConnectException/Non HTTP response message: Connect to server failed: Connection timed out: connect
I tried with 1000 threads with 100 seconds ramp-up time - 999 threads finished
I tried with 1000 threads with 500 seconds ramp-up time - 999 threads finished
I tried with 900 threads with 900 seconds ramp-up time - 899 threads finished
I tried with 750 threads with 75 seconds ramp-up time - 649 threads finished
After 4.50 seconds of test start, I am getting this one exception for all above tests with the maximum Response time of 21000 ms.
In Http Request Defaults - I have set Timeout(milliseconds) Connect to 60000
Is this something with Jmeter or my application Server?