JMETER 4.0 | JMeter 分布式负载测试 | jp@gc - 步进线程组 |报告
JMETER 4. 0 | JMeter distributed load testing | jp@gc - Stepping Thread Group | Report
如何在分布式测试环境中提取由以下模型组成的测试报告。
Master(我自己的机器)
2台从机
线程:jp@gc - 步进线程组
基本上想要一个仪表板报告。
您可以通过 running your JMeter test in command-line non-GUI mode 从 master 节点生成仪表板报告,例如:
jmeter -n -R slave1,slave2 -t /path/to/testplan.jmx -l /path/to/result.csv -e -o /path/to/dashboard/folder
测试完成后,您可以使用您喜欢的网络浏览器打开 /path/to/dashboard/folder/index.html
文件并查看指标和图表。
参考文献:
- Apache JMeter Distributed Testing Step-by-step
- Remote Testing
- HTML Reporting Dashboard: Generating Reports
请知悉JMeter Best Practices you should always be using the latest version of JMeter so I would recommend switching to JMeter 5.0 (or whatever is the latest version available at JMeter Downloads页面)尽快
如何在分布式测试环境中提取由以下模型组成的测试报告。
Master(我自己的机器)
2台从机
线程:jp@gc - 步进线程组
基本上想要一个仪表板报告。
您可以通过 running your JMeter test in command-line non-GUI mode 从 master 节点生成仪表板报告,例如:
jmeter -n -R slave1,slave2 -t /path/to/testplan.jmx -l /path/to/result.csv -e -o /path/to/dashboard/folder
测试完成后,您可以使用您喜欢的网络浏览器打开 /path/to/dashboard/folder/index.html
文件并查看指标和图表。
参考文献:
- Apache JMeter Distributed Testing Step-by-step
- Remote Testing
- HTML Reporting Dashboard: Generating Reports
请知悉JMeter Best Practices you should always be using the latest version of JMeter so I would recommend switching to JMeter 5.0 (or whatever is the latest version available at JMeter Downloads页面)尽快