0

if I am having 10 threads running to execute 5 http requests, and at the end of execution I want to know time take by each thread to execute those 5 http request , how can I do that ? can someone please help...

1 Answers1

0

Just put these 5 HTTP Requests under the Transaction Controller

You might also want to add __threadNum() function to the Transaction Controller's label in order to be able to distinguish the aggregate response times for individual threads

enter image description here

enter image description here

Dmitri T
  • 159,985
  • 5
  • 83
  • 133