tsenart / vegeta

HTTP load testing tool and library. It's over 9000!

Home Page:http://godoc.org/github.com/tsenart/vegeta/lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vegeta load test all requests in queue and experience high latency on the client side

Samuel-Xu-1996 opened this issue · comments

It seems in my vegeta load test, all the requests are waiting in queue. And there's no CPU usage or scale up/down action until we change vegeta request timeout to above 60sec. All the requests show status 200 on server side, and I'm curious about why the requests are in queue. On the contrary, when I ran load test with same rps rate on locust for the same deployment, my result shows low latency.

rps_30_vegeta_timeout_30s_results
Results_30rps_Vegeta_timout_30s

rps_30_vegeta_timeout_90s_results
Results_30rps_Vegeta_timout_90s

user_30_locust