在csv中保存聚合报告响应时出错

时间:2018-05-15 13:29:07

标签: jmeter log4j jmeter-plugins

运行以下命令时,我收到log4j错误。我需要以CSV格式保存汇总报告输出

PS C:\JMeter\bin> java -jar "C:\JMeter\lib\cmdrunner-2.0.jar" --tool Reporter --generate-csv "D:\Automation\Aggt_rpt.csv" --input-jtl
"D:\Automation\output.jtl" --plugin-type AggregateReport

ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'log4j2.debug' to show Log4j2 internal initialization logging.
May 15, 2018 6:55:23 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

1 个答案:

答案 0 :(得分:0)

您可以忽略log4j2错误消息,因为JMeter 3.2所有插件都没有采用change in JMeter logging subsystem

关于第二个WARNING - 您也可以忽略它。或者,你可以re-launch the command as Administrator