giltene / wrk2

A constant throughput, correct latency recording variant of wrk
Apache License 2.0
4.23k stars 381 forks source link

How to get the maximum QPS in wrk2 #96

Open Triple-Z opened 4 years ago

Triple-Z commented 4 years ago

Since the wrk2 using the --rate / -R to represent the constant throughput load (which is called RPS), I can't get a maximum RPS value by unsetting the --rate parameter, so how to get a maximum RPS via wrk2 just like the wrk do?

kkurzacz-intel commented 1 year ago

I would like to know the answer as well

swap357 commented 10 months ago

A solution I use is to perform some sort of search algorithm (eg. binary/golden-section) with range of -R values till there’s no more increase in achieved-RPS to find max