如何计算单个线程在 Jmeter 中执行请求所花费的时间?

How to calculate time taken by individual thread to execute the request in Jmeter?

如果我有 10 个线程 运行 执行 5 个 http 请求,并且在执行结束时我想知道每个线程执行这 5 个 http 请求所花费的时间,我该怎么做?有人可以帮忙吗...

只需将这 5 个 HTTP 请求放在 Transaction Controller

您可能还想将 __threadNum() function 添加到事务控制器的标签中,以便能够区分各个线程的总响应时间