jsalvata    2003/12/03 04:33:30

  Modified:    xdocs/usermanual component_reference.xml
  Log:
  Documented timer recording feature.
  
  Revision  Changes    Path
  1.65      +9 -1      jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- component_reference.xml   2 Dec 2003 01:11:44 -0000       1.64
  +++ component_reference.xml   3 Dec 2003 12:33:29 -0000       1.65
  @@ -963,6 +963,14 @@
   combination of includes and excludes, you should be able to record what you are 
interested in and skip what you are
   not.</p>
   
  +<p>It is also possible to have the proxy add timers to the recorded script. To
  +do this, create a timer directly within the HTTP Proxy Server component.
  +The proxy will place a copy of this timer into each sample it records, or into
  +the first sample of each group if you're using grouping. This copy will then be
  +scanned for occurences of variable ${T} in its properties, and any such
  +occurences will be replaced by the time gap from the previous sampler
  +recorded (in milliseconds).</p>
  +
   <p>
   N.B. the string that is matched by the regular expression must be the same as the 
<b>whole</b> host+path string.<br></br>Thus <b>&quot;\.html&quot;</b> will <b>not</b> 
match <b>j.a.o/index.html</b>
   </p>
  
  
  

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

Reply via email to