如何更改Jmeter结果输出中的采样器名称

时间:2011-03-30 03:00:48

标签: jmeter

我在我的一个测试中添加了一个Java Request Sampler,但是如果它们是非http采样器,Jmeter不会区分采样器,例如,BeanShell采样器也会以下面列出的名称“sampler”进行记录。有没有办法在jmeter中自定义它,以便我可以在results.xml / output中指定名称sampler。

我在jmeter文档中已经找到了这个,但没有找到配置它的方法。

Java Request Sampler:

<sample t="1755" lt="0" ts="1301026564783" s="true" lb="get Connections for Current User" rc="200" rm="Total connections fetched: 30" tn="Thread Group 1-2" dt="" by="0"/>
<sample t="1980" lt="0" ts="1301026564640" s="true" lb="get Connections for Current User" rc="200" rm="Total connections fetched: 248" tn="Thread Group 1-1" dt="" by="0"/>

1 个答案:

答案 0 :(得分:0)

使用Listener范围轻松处理 - 在测试计划中放置简单数据编写器,聚合报告等的位置。

最简单的情况是将监听器作为采样器的子级。这将导致监听器仅监听此采样器。