You will not find average value as it is being *calculated*, it is basically an arithmetic mean <https://en.wikipedia.org/wiki/Arithmetic_mean> of the response times (sum of all responses times divided by their count)
You can get it from the .jtl results file either by applying above formula or using JMeterPluginsCMD Command Line Tool <https://jmeter-plugins.org/wiki/JMeterPluginsCMD/> which is capable of generating CSV version of the Aggregate Report <http://jmeter.apache.org/usermanual/component_reference.html#Aggregate_Report> from the .jtl results file. There is also Merge Results <https://jmeter-plugins.org/wiki/MergeResults/> tool which can be used for 2 test runs comparison which can be invoked from the JMeterPluginsCMD Command Line Tool as well. Both the tools can be installed using JMeter Plugins Manager <https://www.blazemeter.com/blog/how-install-jmeter-plugins-manager> -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
