Author: sebb
Date: Tue Jun 26 11:15:40 2007
New Revision: 550892

URL: http://svn.apache.org/viewvc?view=rev&rev=550892
Log:
Document proxy.pause

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml

Modified: 
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?view=diff&rev=550892&r1=550891&r2=550892
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
Tue Jun 26 11:15:40 2007
@@ -2066,6 +2066,9 @@
              <li>Put each group in a new controller: create a new <complink 
name="Simple Controller"/> for each group, and store all samplers for that 
group in it.</li>
              <li>Store 1st sampler of each group only: only the first request 
in each group will be recorded. The "Follow Redirects" and "Retrieve All 
Embedded Resources..." flags will be turned on in those samplers.</li>
            </ul>
+           The property <b>proxy.pause</b> determines the minimum gap that 
JMeter needs between requests
+           to treat them as separate "clicks". The default is 1000 
(milliseconds) i.e. 1 second.
+           If you are using grouping, pleas ensure that you leave the required 
gap between clicks.
         </property>
         <!-- TODO:property name="Group Separation Interval">Inactivity time 
between two requests needed to consider them in two separate 
groups.</property-->
         <property name="Patterns to Include" required="No">Regular expressions 
that are matched against the full URL that is sampled.  Allows filtering of 
requests that are recorded.  All requests pass through, but only



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to