apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

Home Page:https://jmeter.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

90th percentile response time is showing incorrect in HTML report

keshavgoyalgit opened this issue · comments

Expected behavior

90th percentile response time should be same as in aggregate report.

Actual behavior

90th percentile response time is showing incorrect in HTML report.

Steps to reproduce the problem

Steps to reproduce the issue,

  1. Generate a JTL file.
  2. Generate HTML report from the jtl file using command (jmeter -g /path/to/jtl/file -o /html/report/output/folder)
  3. Note down the 90th percentile response time for different samplers.
  4. Go to Jmeter and add 'Aggregate Report' sampler.
  5. Upload the same JTL file and generate the report.
  6. Now note down the 90th pct response time for the same sampler.
  7. Compare both the 90th pct response time for same sampler. It should be same but it is not.

JMeter Version

5.6.3

Java Version

openjdk version "20" 2023-03-21

OS Version

Windows 10 Enterprise [Version 19045.4412]