JMeter - 在查看结果树中查看更多结果

JMeter - view more results in View Results Tree

在 JMeter GUI 中,当我随时间检查执行问题时,我正在使用 View Results Tree

当我想停下来查看问题时,我只能看到 ~4000 个请求,

似乎在 GUI 中显示了最大请求数,

能否增加 GUI 中的请求数量(或只显示所有)?

此外,在 运行 中进行测试时,即使未选中 Scroll automatically?,也会导致我有问题的请求向上移动

在jmeter.propertiesview.results.tree.max_results属性控制号

将其设置为 0 以获得无限结果。

# Maximum number of results in the results tree

# Set to 0 to store all results (might consume a lot of memory)

view.results.tree.max_results=0

编辑 更新于 JMeter docs

Starting with version 3.2 the number of entries in the View is restricted to the value of the property view.results.tree.max_results which defaults to 500 entries. The old behaviour can be restored by setting the property to 0. Beware, that this might consume a lot of memory.