【发布时间】:2016-06-13 11:54:19
【问题描述】:
如何为每次运行生成单独的 .jtl 结果文件。以下是我使用 jenkins 作业(性能趋势插件)运行的命令。
cd /apache-jmeter-2.13/bin ./jmeter.sh -n -t /jmxFiles/Jbpm6Rest3Jenkins1.jmx -l /jmxFiles/SIP.jtl -JUSERS=${USER_COUNT} -JRampUp=${RAMP_UP} -JLoopCount=${LOOP_COUNT}
目前 SIP.jtl 文件每次运行都会将结果附加到相同的文件中。
如何为每次运行(SIP1、SIP2、SIP3 等)生成单独的 .jtl 结果文件并应显示在 Jenkins 性能趋势中。?
【问题讨论】:
标签: jenkins jmeter jenkins-plugins performance-testing jmeter-plugins