JMeter - view more results in View Results Tree

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-01 22:08:22

In jmeter.properties view.results.tree.max_results property control the number

Set it to 0 for unlimited results.

# 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

Edit updated in 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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!