JMeter - view more results in View Results Tree

给你一囗甜甜゛ 提交于 2020-01-21 12:17:04

问题


In JMeter GUI when I check execution issues over time I'm using View Results Tree

When I want to stop and view an issue I can see only ~4000 request,

It seems that there's a maximum of requests that is display in GUI,

Can number of request in GUI be increased (or just show all)?

Also when test in running It's causing my problematic request to move up even if Scroll automatically? is unchecked


回答1:


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.



来源:https://stackoverflow.com/questions/47694560/jmeter-view-more-results-in-view-results-tree

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