我使用 jmeter 来运行负载测试。有没有办法告诉 jmeter 在侦听器中对样本进行分组?例如,使用以下示例:
<code>
/home
/displayCategory?id=1
/displayCategory?id=2
/displayCategory?id=2
</code>
Run Code Online (Sandbox Code Playgroud)
在总结报告中我需要:
<code>
Sampler Response time
Home Page 13
Category Page 34
Total 47
</code>
Run Code Online (Sandbox Code Playgroud)
谢谢。
jmeter ×1