Re: jMeter script does not respond

2022-07-28 Thread Tong Sun
Hi Dmitri, By "adding to the HTTP sampler label", do you mean its "Name"? [image: image.png] Else, how to add to the HTTP sampler label? Thanks On Thu, Jul 28, 2022 at 11:13 AM Dmitri T wrote: > 1. Which thread - add *${__threadNum}* >

Capture HTTP Request and Response while running through CLI

2022-07-28 Thread Ashuthosh Bhat
Hi Team, I need to capture http request and response while running load test in command line mode at least for few runs with multiple users and threads. I tried simple data writer but it didn't store any request, response in jtl file. I am looking for similar output as we get while running GUI.

Re: jMeter script does not respond

2022-07-28 Thread Ashuthosh Bhat
Thanks a lot, Dmitri On Thu, Jul 28, 2022 at 8:43 PM Dmitri T wrote: > 1. Which thread - add *${__threadNum}* > > function to the HTTP sampler label > 2. Which iteration - add *${__groovy(vars.getIteration(),)}* >

Re: jMeter script does not respond

2022-07-28 Thread Dmitri T
1. Which thread - add *${__threadNum}* function to the HTTP sampler label 2. Which iteration - add *${__groovy(vars.getIteration(),)}*

jMeter script does not respond

2022-07-28 Thread Ashuthosh Bhat
Dear Group, How to know which thread is executing which iteration and at which http sampler? I am running the script from command prompt and not GUI. Thanks, Ashu