hatoo / oha

Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
MIT License
5.62k stars 138 forks source link

Stats collection causes unbounded memory growth, slowing RPS over time #364

Open huntharo opened 9 months ago

huntharo commented 9 months ago

Motivations

Slowing RPS Over Time

image

Restarting oha but not Target Restores RPS

image
huntharo commented 9 months ago

Related to #361 as the unbounded stats collection is what ultimately caused the OOM kill due to fast looping on failing requests because the underlying connection was disconnected.