You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/01/22 22:45:29 UTC

svn commit: r1437193 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Tue Jan 22 21:45:29 2013
New Revision: 1437193

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

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1437193&r1=1437192&r2=1437193&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Jan 22 21:45:29 2013
@@ -2909,6 +2909,7 @@ the graph as a PNG file.</description>
 <component name="Response Time Graph" index="&sect-num;.3.13"  width="869" height="620" screenshot="response_time_graph.png">
 <description>
 The Response Time Graph draws a line chart showing the evolution of response time during the test, for each labelled request. 
+If many samples exist for the same timestamp, the mean value is displayed.
 </description>
 <div align="center">
 <p>
@@ -2918,7 +2919,7 @@ The Response Time Graph draws a line cha
 </div>
 <p><i>Please note: All this parameters <b>aren't</b> saved in JMeter jmx script.</i></p>
 <properties>
-        <property name="Interval (ms)" required="Yes">The time in milli-seconds for X axis interval. 
+        <property name="Interval (ms)" required="Yes">The time in milli-seconds for X axis interval. Samples are grouped according to this value.
         Before display the graph, click on <b>Apply interval</b> button to refresh internal data.</property>
         <property name="Sampler label selection" required="No">Filter by result label. A regular expression can be used, ex.<i>.*Transaction.*</i>. 
         Before display the graph, click on <b>Apply filter</b> button to refresh internal data.</property>