SmartMeter does not create output JTL or log files when running with runTestNonGui
argument.
It creates output files just fine if I open GUI and run it from there.
Asked
Active
Viewed 429 times
0

Filip Haglund
- 13,919
- 13
- 64
- 113

mahra
- 1
1 Answers
1
You have to add the Listener / et@sm - Controller Summary Report to your test plan. It outputs to results/[TIMESTAMP]-report.jtl. The reason it works in GUI mode is that this component is added automatically (if missing). Unfortunately, it is not added automatically in NO GUI mode.

vernjan
- 379
- 3
- 11
-
Thanks Vernjan. It works. I was able to get jtl and create summary report without GUI. Your answer and this blog entry helped. https://www.smartmeter.io/blog/smartmeter-load-test-report – mahra Feb 08 '16 at 19:47