You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/07/14 14:52:30 UTC

[Bug 64846] Total Throughput calculation on html report is not correct

https://bz.apache.org/bugzilla/show_bug.cgi?id=64846

--- Comment #4 from piotr.mirek@gmail.com ---
Created attachment 37954
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37954&action=edit
TPS per sample occurrence duration vs TPS per test duration

My guess is that jmeter TPS is calculated for each sampler bases with it's
start/end time, which will give different results when you do the same for
whole group. Please see the the attachment.

As you can see for "reset-wiremock" example (single request sent), JMeter
calculated throughput for time between the first sample going out timestamp and
last sample coming in timestamp, which results with 3.2 TPS for single request
over 300 seconds (1 sample and duration 0.312s -> 3.2 TPS). 

It's a matter of question, how you would like to calculate TPS for each sampler
- per sampler occurrence, or per whole test

-- 
You are receiving this mail because:
You are the assignee for the bug.