I am generating a 1000 user load on an application hosted on AWS t2.large server from my 8gb windows machine. If I downsize my load to 500 i get no failed transactions but if I go with 800-1000 user load, I see the following exceptions:- 1. java.net.bindexception 2. java.net.socketexception 3. java.net.connectexception
Does these signify bottleneck at the server side or my system is not capable to generate that much load. Please also provide resolution steps for the same.
Thanks in advance for your help. Yash