wrk2 icon indicating copy to clipboard operation
wrk2 copied to clipboard

set each thread address differently in wrk2

Open Fatahir opened this issue 5 years ago • 1 comments

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 avatar Mar 03 '20 05:03 Fatahir

@giltene help me to do this

Fatahir avatar Mar 03 '20 05:03 Fatahir