I'm running a load test using Autobench and httperf, and am having trouble understanding the example they give on their site. The example uses the flags
--low_rate 20 --high_rate 40 --rate_step 5 --num_call 10 --num_conn 5000
I get that this will start with 20 connections, and step up to 40 at a rate of 5 with 10 requests per connection. What I don't understand is what num_conn specifies. Are these like a "pool" of 5000 connections which the 20, 25, 30, etc. get pulled from? Or something else entirely?