简体   繁体   English

为什么在非GUI模式下的jmeter中的http请求标签在负载测试结果中重复或重复

[英]Why the label of http request is repeating or duplicating in load testing results in jmeter on non-gui mode

在jmeter ..中以非GUI模式恢复并运行脚本。在聚合结果中,每个HTTP请求的HTTP请求标签被重复复制10次以上

Seems like naming policy is applied in you test plan, 好像是在您的测试计划中应用了命名策略,

You can add a subresults.disable_renaming=true property in jmeter.properties file. 您可以在jmeter.properties文件中添加subresults.disable_renaming=true属性。 You can find this in JMETER_HOME/bin directory. 您可以在JMETER_HOME / bin目录中找到它。

Refer below blog for more info:- https://www.blazemeter.com/blog/whats-new-jmeter-5.1/ 请参阅下面的博客以获取更多信息:-https: //www.blazemeter.com/blog/whats-new-jmeter-5.1/

Section:- SubResult Naming Policy: 部分:-子结果命名策略:

If that is not the case, then make sure there is no variable/increment-er in the HTTP Sampler label. 如果不是这种情况,请确保HTTP Sampler标签中没有变量/ incrementer。

Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM