Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time
Summary: Response Time Graph reports wrong times when the are many samples for same time
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.8
Hardware: All All
: P1 blocker (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 20:41 UTC by Philippe Mouawad
Modified: 2013-01-20 15:00 UTC (History)
1 user (show)



Attachments
Test result (332.02 KB, application/zip)
2013-01-19 20:41 UTC, Philippe Mouawad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2013-01-19 20:41:34 UTC
Created attachment 29868 [details]
Test result

Reported response times are much higher than real ones
Comment 1 Philippe Mouawad 2013-01-20 14:59:57 UTC
Date: Sun Jan 20 14:59:12 2013
New Revision: 1435860

URL: http://svn.apache.org/viewvc?rev=1435860&view=rev
Log:
Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time

Also fixed OOM in getData() introduced by 54287 (reset of values was not impacted to use Long.MAX_VALUE and Long.MIN_VALUE)
Bugzilla Id: 54451

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/RespTimeGraphVisualizer.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2013-01-20 15:00:23 UTC
Note that fix takes Mean value when many values exist for a time.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3039