When I use the jmeter non-gui mode test to get the results in the console, but these parameters are not enough, I would like to know how to add the parameters I want such as: Aggregation report "99% Line", so that this parameter is also shown in the control Table summary, do not know how to operate
1
votes
1 Answers
2
votes
Looking into Summariser class source currently there is no configuration option which you could turn on, if you need it you will have to patch the aforementioned class and re-compile JMeter (or create your own summary reporter, see How to Write a plugin for JMeter for details)
As a workaround you might want to run your JMeter test via Taurus tool, it is 100% JMeter compatible as it uses JMeter under the hood and you will get some nice features on top, for example quantiles reporting
jmeter.properties
. Search for 'summariser' to enable the properties. – NaveenKumar Namachivayam