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
以上是我在我的应用程序上运行负载测试时出现的错误日志。它停止并显示警告并且日志显示在上面。可以帮助我如何调试并成功运行负载测试吗?
先谢谢
答案 0 :(得分:3)
我没有看到输出中的任何错误,看起来绝对正常。
调试JMeter测试:
一旦您对测试行为感到满意,请根据您的负载情况增加虚拟用户数量,并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
有关更多调试提示和问题,请参阅How to debug your Apache JMeter script指南。
答案 1 :(得分:0)
而不是网站URL我尝试使用网站IP和端口号,我从网站ip analyzer.It工作正常,并得到测试没有警告