Author: sebb Date: Fri Aug 15 08:31:43 2008 New Revision: 686252 URL: http://svn.apache.org/viewvc?rev=686252&view=rev Log: Correct Aggregate/Summary documentation - results are per label, not URL
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=686252&r1=686251&r2=686252&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Aug 15 08:31:43 2008 @@ -1963,14 +1963,14 @@ If "Include group name in label?" is selected, then the name of the thread group is added as a prefix. This allows identical labels from different thread groups to be collated separately if required. </li> -<li># Samples - The number of samples for the URL</li> +<li># Samples - The number of samples with the same label</li> <li>Average - The average time of a set of results</li> <li>Median - The <a href="glossary.html#Median">median</a> is the time in the middle of a set of results. 50% of the samples took no more than this time; the remainder took at least as long.</li> <li>90% Line - 90% of the samples took no more than this time. The remaining samples at least as long as this. (90<sup>th</sup> <a href="glossary.html#Percentile">percentile</a>)</li> -<li>Min - The shortest time for the samples of the given URL</li> -<li>Max - The longest time for the samples of the given URL</li> +<li>Min - The shortest time for the samples with the same label</li> +<li>Max - The longest time for the samples with the same label</li> <li>Error % - Percent of requests with errors</li> <li>Throughput - Throughput measured in requests per second/minute/hour</li> <li>Kb/sec - The throughput measured in Kilobytes per second</li> @@ -2142,10 +2142,10 @@ If "Include group name in label?" is selected, then the name of the thread group is added as a prefix. This allows identical labels from different thread groups to be collated separately if required. </li> -<li># Samples - The number of samples for the URL</li> +<li># Samples - The number of samples with the same label</li> <li>Average - The average elapsed time of a set of results</li> -<li>Min - The lowest elapsed time for the samples of the given URL</li> -<li>Max - The longest elapsed time for the samples of the given URL</li> +<li>Min - The lowest elapsed time for the samples with the same label</li> +<li>Max - The longest elapsed time for the samples with the same label</li> <li>Std. Dev. - the standard deviation of the sample elapsed time</li> <li>Error % - Percent of requests with errors</li> <li>Throughput - Throughput measured in requests per second/minute/hour</li> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]