giltene / wrk2

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

Calling with multiple URLs #7

Closed sanealytics closed 9 years ago

sanealytics commented 9 years ago

Hi there,

I am trying to use the example counter.lua to simulate multiple paramaters in the url.

I notice that I still have to call wrk2 with the url. Does it append to the end? I tried to print out the values but couldn't be sure if that actually being hit.

I want to do something like - http://someservice/someuser/1/test http://someservice/someuser/2/test etc

Is that the right way to do this?