Bug 57514

Summary: Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: critical CC: p.mouawad
Priority: P2    
Version: 2.12   
Target Milestone: ---   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 60278    

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