Jmeter记录活动线程

时间:2012-07-20 16:05:22

标签: logging jmeter

我正在尝试获取jmeter日志中活动线程的数量,我已经在GUI选项中的 jmeter.properties 文件广告中启用了它,我看到的是在生成的xml中它添加了两个属性,但我无法理解它们是什么 有人可以解释我吗?

<httpSample t="11946" ts="1342783786014" s="true" lb="Search Return" rc="200" rm="OK" tn="Test 1-17" dt="text" ng="11" na="11">
    <java.net.URL>http://mysite/search/</java.net.URL>
</httpSample>

这就是我所拥有的,添加的参数是: ng na

干杯

1 个答案:

答案 0 :(得分:2)

也许在向人们询问之前,最好深入搜索文档...... 这是解决方案:

http://jmeter.apache.org/usermanual/listeners.html#attributes

na   Number of active threads for all thread groups
ng   Number of active threads in this group
相关问题