wrk2 icon indicating copy to clipboard operation
wrk2 copied to clipboard

How to get the maximum QPS in wrk2

Open Triple-Z opened this issue 5 years ago • 2 comments

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?

Triple-Z avatar Jun 19 '20 03:06 Triple-Z

I would like to know the answer as well

kkurzacz-intel avatar Feb 20 '23 22:02 kkurzacz-intel

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

swap357 avatar Nov 03 '23 19:11 swap357