Hey guys, this might be a silly question, but I'm ...
# ktor
h
Hey guys, this might be a silly question, but I'm doing some load testing and I'm having an issue getting the jvm to use any of the processor... I'll try and be as concise as I can. Generic load test scenarios 7500 requests ( jmeter ~100 threads )
Copy code
- AWS Api Gateway + Lambas = ~6,500 requests/minute average response ~250ms
- EC2+ELB t2.small x 1  = ~1,200 requests/minute average response ~3,900ms
- EC2+ELB t2.small x 8 = ~4,700 requests/minute average response ~500ms
- EC2+ELB t2.mediuml x 8 = ~5,000 requests/minute average response ~370ms
During all my testing I couldn't get the ec2 instance cpu to move above 12%, memory didn't move either. Any help would be awesome, If it's a rabbit hole you can leave me to it.