Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Incorrect Percentile Calculation in JMeter HTML Report #6346

Open
Adriano91e opened this issue Sep 18, 2024 · 1 comment
Open

Comments

@Adriano91e
Copy link

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

  1. Configure a Thread Group in JMeter.

  2. Add a Transaction Controller within the Thread Group.

  3. Insert two HTTP Request samplers under the Transaction Controller.

  4. Enable the "Generate Parent Sample" option as recommended.

  5. Generate the HTML report.

  6. 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

@FSchumacher
Copy link
Contributor

I can't reproduce your reported issue.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants