I'm using Jmeter for various performance and load tests and would like to save summary of Summary report and aggregate report automatically when test is done.
Usually summary table when you running form GUI looks like this :
Label | Samples | Average | Min |Max |Error |Throughput |etc.
- When I use Write results to file/ Read form file filed , generated report will contain all http requests I generate, it can be millions. File would be huge and even then, no summary on the end . **No average time **
- Same situation for aggregate report, I can not auto generate Summary of aggregate reports same as when you use GUI mode. Saved file contain all requests which is not useful at all.
- Can I force Jmeter to save those two summaries when test is over ?
thanks in advance