giltene / wrk2

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

set each thread address differently in wrk2 #93

Open Fatahir opened 4 years ago

Fatahir commented 4 years ago

I want to set each thread address differently. Using wrk.lookup, what i understand is that it can take only host and port. if i want to set thread address like "localhost:8080/index.html", how can i set to thread.addr? Also I have four threads and each thread has different address then how can i generate latency of each address? latency of overall script can be computed in done function using latency:percentile. but i dont know how can i compute latency of each thread.

Fatahir commented 4 years ago

@giltene help me to do this