尝试在 JMETER 非 GUI 模式下使用 MergeResults PLUGIN 合并来自不同 JTL 文件的结果时出错

Error while trying to merge results from different JTL files using the MergeResults PLUGIN in JMETER NON GUI mode

我用过

java -jar /Users/Sri/apache-jmeter-3.0/lib/ext/CMDRunner.jar --tool Reporter --generate-csv results-demo3.csv --input-jtl merge-results.properties --plugin-type MergeResults** command at/bin path.merge-results.properties file is in bin folder and in place of 'inputJtl1' I've given the fileName1.jtl 'inputJtl2' has fileName2.jtl. A csv file is generated but it has no values in it It has only the names {timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,grpThreads,allThreads,Latency,IdleTime }. I'm using jmeter 3.0 version and it has all plugins included.

有人可以提出修复建议。

刚刚删除了 prefixLabelincludeLabel 并获得了所需的输出。