I'd would like to know how is calculatad throughput in Jmeter. Test case:
- Login
- Loop (1000)
- Beanshell ( generate GUID)
- HTTP request 1
- HTTP request 2
- HTTP request 3
- end loop
- Logout
- Constant Throughtput timer
Details,
Number of threads = 600
Duration of test = 4500s
Throughput = 300 transaction/second
Average Throughput from ramp up to rumpup period is 300 transactions per second. When i calculate thoughput for:
- HTTP request 1
- HTTP request 2
- HTTP request 3
is around 170 transaciton per second.
When i calculate all transactions devide durration time is 300 transaction per second.
Please someone can explain:
- why such difference in calultation (150 transaction per second around 3600 s) and
- why is 'Beanshell ( generate GUID)' calculated in overall throughput or what did i miss here?
Thank you