You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect the calculations on the Transaction controller to respect the values described by the columns
Actual behavior
Hi everyone,
I'm encountering an issue with the results in the HTML report. For testing purposes, I’ve set up a Thread Group with a Transaction Controller, and under it, two HTTP Request samplers. I’ve checked the "Generate Parent Sample" option, as commonly recommended. However, when generating the HTML report, I notice that the statistics for the Transaction Controller show incorrect data: for instance, the percentile value is calculated as a sum rather than the expected value for that column. Does anyone know what could be causing this?
Steps to reproduce the problem
Configure a Thread Group in JMeter.
Add a Transaction Controller within the Thread Group.
Insert two HTTP Request samplers under the Transaction Controller.
Enable the "Generate Parent Sample" option as recommended.
Generate the HTML report.
Observe incorrect data in the report, particularly the percentile calculated as a sum instead of the correct value.
JMeter Version
5.6.3
Java Version
11
OS Version
Linux
The text was updated successfully, but these errors were encountered:
When I build such a test plan (with two samplers, that each add 50 ms request/response time), the transaction controller has a that shows the results for the sum of its children as percentiles.
Expected behavior
I expect the calculations on the Transaction controller to respect the values described by the columns
Actual behavior
Hi everyone,
I'm encountering an issue with the results in the HTML report. For testing purposes, I’ve set up a Thread Group with a Transaction Controller, and under it, two HTTP Request samplers. I’ve checked the "Generate Parent Sample" option, as commonly recommended. However, when generating the HTML report, I notice that the statistics for the Transaction Controller show incorrect data: for instance, the percentile value is calculated as a sum rather than the expected value for that column. Does anyone know what could be causing this?
Steps to reproduce the problem
Configure a Thread Group in JMeter.
Add a Transaction Controller within the Thread Group.
Insert two HTTP Request samplers under the Transaction Controller.
Enable the "Generate Parent Sample" option as recommended.
Generate the HTML report.
Observe incorrect data in the report, particularly the percentile calculated as a sum instead of the correct value.
JMeter Version
5.6.3
Java Version
11
OS Version
Linux
The text was updated successfully, but these errors were encountered: