My HTTP server can't take load tests... It gives really high latency when multiple connections are made.
Server Configuration: 5 instances of (CPU 0.5vCore, Memory 512MB, Disk 20GB) A load balancer 10G shared bandwidth
When I transfer a 3.5mb zip, it takes about 1second when there is only one connection. However, when over 30 connections are made, it goes up to 20~50 seconds.
I am testing with JMeter on my laptop. Is there a possibility that my testing environment interferes with the load-testing?
If so, what would be a solution to improve my testing environment?