Bug 57514 - Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file
Summary: Aggregate Graph, Summary Report and Aggregate Report show wrong percentage re...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.12
Hardware: All All
: P2 critical (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks: 60278
  Show dependency tree
 
Reported: 2015-01-30 09:53 UTC by UbikLoadPack support
Modified: 2016-10-19 18:35 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2015-01-30 09:53:44 UTC
Hi,
It seems there is a problem in the export for those 2 aggregate report due to the fact that Renderer in % is not used when exporting.
So 100% ends up exported as 1.
This can be quite disturbing when analysing the exported file as you think you have 1% of error while it's 100%.
Comment 1 Sebb 2015-01-30 15:23:53 UTC
100% is equal to a factor of 1.

So whether the export is wrong depends on what the documentation says (if anything).

Though of course if the export only uses integral values, then anything less than 100% is likely to end up as 0.
Comment 2 Philippe Mouawad 2015-02-15 15:27:02 UTC
Date: Sun Feb 15 15:26:07 2015
New Revision: 1659928

URL: http://svn.apache.org/r1659928
Log:
Bug 57514 - Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file
Bugzilla Id: 57514

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatGraphVisualizer.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SummaryReport.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:37:59 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3522