khammond    01/11/17 08:17:42

  Modified:    xdocs/usermanual controller.xml
  Log:
  Added text describing Generative and Logical controllers.
  
  Revision  Changes    Path
  1.2       +6 -5      jakarta-jmeter/xdocs/usermanual/controller.xml
  
  Index: controller.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/controller.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- controller.xml    2001/11/14 14:54:22     1.1
  +++ controller.xml    2001/11/17 16:17:42     1.2
  @@ -8,12 +8,13 @@
   <body>
   
   <section name="4.2 Controllers">
  -<p>Overview of Controllers. Explain difference between Logical and Generative 
Controllers.</p>
   
  -<p>
  -<a href="gen-controller.html">4.2.1 Generative Controllers</a><br></br>
  -<a href="logic-controller.html">4.2.2 Logical Controllers</a>
  -</p>
  +<p> JMeter has two types of Controllers: Generative and Logical.</p>
  +
  +<p>Generative Controllers tell JMeter to send requests to a server. For example, 
add an HTTP Request Generative Controller if you want JMeter to send an HTTP request.  
You can also customize a request by adding one or more Configuration Elements to a 
Generative Controller.  For more information, see section <a 
href="gen-controller.html">4.2.1 Generative Controllers</a>.</p>
  +
  +<p>Logical Controllers let you customize the logic that JMeter uses to decide when 
to send requests.  For example, you can add an Interleave Logic Controller to 
alternate between two HTTP Request Generative Controllers.  Also, one particular Logic 
Controller, the Modification Manager, lets you modify the results of a request.  For 
more information, see section <a href="logic-controller.html">4.2.2 Logical 
Controllers</a>.</p>
  +
   </section>
   
   </body>
  
  
  

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

Reply via email to