I have problem to find out how total value in aggregate report is calculated. Do anybody know algorithm for this value ?
Basing on Jmeter documentation for single call is calculate as: total execution/ time of execution. Problem is that total value for throughput isn't number of total executions divided by total time of test. It is calculated in more smart way and I looking for algorithm of this smart way :).
As per The Load Reports guide:
As per JMeter Glossary
As per Calculator class from JMeter's source