khammond    01/11/17 08:18:06

  Modified:    docs/usermanual controller.html
  Log:
  Added text describing Generative and Logical controllers.
  
  Revision  Changes    Path
  1.2       +3 -5      jakarta-jmeter/docs/usermanual/controller.html
  
  Index: controller.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/controller.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- controller.html   2001/11/14 15:02:08     1.1
  +++ controller.html   2001/11/17 16:18:06     1.2
  @@ -101,11 +101,9 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <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 />
  -<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>
                               </blockquote>
           </p>
         </td></tr>
  
  
  

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

Reply via email to