jmeter(5.0)负载测试和报告生成

时间:2019-01-17 06:18:49

标签: jmeter jmeter-plugins jmeter-5.0

我已经用jmeter完成了负载测试,而我的jmeter版本是5.0。

能帮我如何生成结果报告吗?

2 个答案:

答案 0 :(得分:0)

给你executed JMeter in command-line non-GUI mode的方式是

jmeter -n -t /path/to/test.jmx -l /path/to/result.csv

您现在可以generate the HTML Reporting Dashboard from the result.csv file as follows

jmeter -g /path/to/result.csv -o /path/to/dashboard/folder

将在其中生成报告的文件夹必须为空。

答案 1 :(得分:0)

请参阅此新博客(2019年1月16日),其中介绍了while过程:

此外,请参考参考文档: