After running a JMeter load test from command line(nonGUI mode), I would like to have a summary report with each transaction, Avg response times, #of transactions and so on. I tried to achieve it by importing summary_report.jtl file by following the steps.
- Open JMeter-UI
- Add Summary Report Listener
- Browse the
summary_report.jtlfile that is created during the test.
Now I am seeing all the transactions, #samples, Error% and so on. But average, min, max and std deviation values are ZERO.
What could be the issue here?