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

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

Author: sebb
Date: Sat Oct 26 23:45:33 2013
New Revision: 1536043

URL: http://svn.apache.org/r1536043
Log:
Document proxy.number.requests

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=1536043&r1=1536042&r2=1536043&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Oct 26 23:45:33 2013
@@ -6058,6 +6058,13 @@ cookie manager, etc.</p>
 You can also add a <complink name="Save Responses to a file"/> Post-Processor which will save the responses to files.
 </p>
 
+<h4>Associating requests with responses</h4>
+<p>
+If you define the property <code>proxy.number.requests=true</code> 
+JMeter will add a number to each sampler and each response.
+Note that there may be more responses than samplers if excludes or includes have been used.
+Responses that have been excluded will have labels enclosed in [ and ], for example <code>[23 /favicon.ico]</code> 
+</p>
 <h4>Cookie Manager</h4>
 <p>
 If the server you are testing against uses cookies, remember to add an <complink name="HTTP Cookie Manager"/> to the test plan