JMeter-在“查看结果树"中查看更多结果 [英] JMeter - view more results in View Results Tree

查看:1189
本文介绍了JMeter-在“查看结果树"中查看更多结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

当我想停止并查看问题时,我只能看到约4000个请求,

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

似乎GUI中最多显示了请求,

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

是否可以增加GUI中的请求数量(或仅显示全部)?

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

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

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

推荐答案

在jmeter.properties中 view.results.tree.max_results 属性控制数字

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

将其设置为0可获得无限结果.

Set it to 0 for unlimited results.

#结果树中的最大结果数

# Maximum number of results in the results tree

#设置为0以存储所有结果(可能会占用大量内存)

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

view.results.tree.max_results=0

编辑已在 JMeter文档

从3.2版开始,视图中的条目数被限制为属性view.results.tree.max_results的值,该属性的默认值为500个条目.可以通过将属性设置为0来恢复原来的行为.请注意,这可能会占用大量内存.

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.

这篇关于JMeter-在“查看结果树"中查看更多结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆