gpt4 book ai didi

jmeter - 如何在 JMeter 中忽略损坏的资源以获取失败的 HTTP 请求

转载 作者:行者123 更新时间:2023-12-04 01:52:25 25 4
gpt4 key购买 nike

我在使用选项时遇到问题 检索所有嵌入的资源选项 HTTP 请求高级选项卡 因为它检索所有资源,如果有任何资源损坏整个 采样器 失败。是否有任何方法可以避免由于资源故障导致样本失败(Ex favi.ico)。或者在 中是否有类似的选项? Loadrunner :将非关键资源错误列为警告

最佳答案

底层嵌入资源失败导致父 HTTP 请求采样器失败由 httpsampler.ignore_failed_embedded_resources 控制属性(property)。

如果您想永久地“告诉”JMeter 忽略嵌入资源的故障 - 将下一行添加到 user.properties 文件:

httpsampler.ignore_failed_embedded_resources=true

如果您希望更改是临时的 - 您可以通过 -J 传递该属性命令行参数,如:
jmeter -Jhttpsampler.ignore_failed_embedded_resources=true -n -t test.jmx ...

引用:
  • Miscellaneous configuration
  • Configuring JMeter
  • Overriding Properties Via The Command Line
  • Apache JMeter Properties Customization Guide
  • 关于jmeter - 如何在 JMeter 中忽略损坏的资源以获取失败的 HTTP 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52379989/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com