进行负载测试时Jmeter错误消息

时间:2015-10-27 20:23:43

标签: jmeter

jmeter.engine.StandardJMeterEngine:通知测试结束的测试监听器 2015/10/27 13:01:24 INFO - jmeter.gui.util.JMeterMenuBar:setRunning(false, local ) 2015/10/27 13:01:35 INFO - jmeter.gui.action.template.TemplateManager:从以下位置读取模板:C:\ Users \ A5WKVZZ \ Downloads \ apache-jmeter-2.13 \ apache-jmeter-2.13 \ bin \ templates \ templates.xml

以上是我在我的应用程序上运行负载测试时出现的错误日志。它停止并显示警告并且日志显示在上面。可以帮助我如何调试并成功运行负载测试吗?

先谢谢

2 个答案:

答案 0 :(得分:3)

我没有看到输出中的任何错误,看起来绝对正常。

调试JMeter测试:

  1. 打开JMeter GUI
  2. 添加View Results Tree侦听器
  3. 用1-2个用户和1-2个循环运行测试。
  4. 检查请求/响应详细信息,以确保您的脚本正在执行它需要执行的操作。检查变量值(您可能希望使用Debug Sampler),如果您关联或参数化了某些内容,请确保您已登录,没有错误等。
  5. 一旦您对测试行为感到满意,请根据您的负载情况增加虚拟用户数量,并run JMeter in non-GUI mode

    jmeter -n -t /path/to/your/script.jmx -l /path/to/resultsfile.jtl
    

    您将看到一些诊断输出和指标,如

    Creating summariser <summary>
    Created the tree successfully using example.jmx
    Starting the test @ Wed Oct 28 18:59:00 CET 2015 (1446055140362)
    Waiting for possible shutdown message on port 4445
    summary +      1 in     1s =    1.0/s Avg:   318 Min:   318 Max:   318 Err:     0 (0.00%) Active: 47 Started: 47 Finished: 0
    summary +    749 in   2.4s =  312.5/s Avg:   160 Min:   134 Max:   483 Err:     0 (0.00%) Active: 0 Started: 50 Finished: 50
    summary =    750 in   3.4s =  219.6/s Avg:   160 Min:   134 Max:   483 Err:     0 (0.00%)
    Tidying up ...    @ Wed Oct 28 18:59:03 CET 2015 (1446055143862)
    ... end of run
    
  6. 测试完成后再次打开JMeter GUI,添加您选择的监听器,即Aggregate Report,使用“浏览”按钮找到您的.jtl结果文件并分析输出。
  7. 有关更多调试提示和问题,请参阅How to debug your Apache JMeter script指南。

答案 1 :(得分:0)

而不是网站URL我尝试使用网站IP和端口号,我从网站ip analyzer.It工作正常,并得到测试没有警告