Fatima Tahir
Fatima Tahir
I have a content_by_lua block which execute when below location run. ``` location / { content_by_lua ' local client = require "readuser" client.ReadUser(); '; } ``` I want to do...
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...
Hi, I want to print all the requests generated by wrk2 and their latencies? How can I do this? Will i have to use done function provided by wrk2? Help...