标签: jmeter
Need to count samples generated in thread level. I am using 8 thread groups and each thread group contains multiple transaction controller and each transaction controller contains multiple requests. Problem is here that I am able to get the samples to count for each transaction controller but not for thread level. I am using 8 ultimate thread group in my test plan for load test executing for 1hr.
答案 0 :(得分:0)
您可以考虑将__threadNum() function的名称添加到Sampler的位置
该函数将在运行时进行评估,并解析为当前线程(虚拟用户)编号。
这样,您将能够查看在您选择的listener中(即在Aggregate Report中,有多少个采样器执行了该操作或该线程执行了
查看Apache JMeter Functions - An Introduction文章,以获取有关JMeter Functions概念的更多信息。