khammond    01/11/18 16:31:49

  Modified:    docs/usermanual gen-controller.html
  Log:
  Added more text. Remaining items: enter HREF's for the links; add pro/con for Max 
Usage property of Connection Pool.
  
  Revision  Changes    Path
  1.4       +19 -9     jakarta-jmeter/docs/usermanual/gen-controller.html
  
  Index: gen-controller.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/gen-controller.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gen-controller.html       2001/11/18 19:09:49     1.3
  +++ gen-controller.html       2001/11/19 00:31:49     1.4
  @@ -252,19 +252,26 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>This controller lets you send an JDBC 
Request to a database.  JMeter... 
  -Query (no updates, only send query).</p>
  +                                    <p>This controller lets you send an JDBC 
Request (an SQL query) to a database.</p>
  +                                                <p>If you are going to send 
multiple requests to the same database, consider
  +using one or more of the Defaults Configuration Elements: 
  +<a href="">Login</a>, 
  +<a href="">Connection Pool</a>, 
  +<a href="">SQL Query</a>. 
  +This way, you do not have to enter the same information for each JDBC Request 
  +controller.</p>
                                                   <p><img 
src="../images/screenshots/gen-controller/jdbc-request.gif" width="466" height="454" 
/></p>
                                                   <p><b>Property Descriptions:</b>
   <ul>
     <li><b>Name</b> - Descriptive name for this controller that is shown in the tree. 
</li>
     <li><i>Database URL and JDBC Driver</i></li>
     <ul>
  -     <li><b>JDBC URL</b> - URL to the database (for example, ...). Refer to the 
JDBC documentation for
  -your database.</li>
  -     <li><b>Driver Class</b> - The Java class for your database driver (for 
example, ...). 
  -Refer to the JDBC documentation for
  -your database.</li>
  +     <li><b>JDBC URL</b> - URL of the database (for example, 
  +"jdbc:weblogic:oracle"). Refer to your database's JDBC documentation for the 
  +URL you should use.</li>
  +     <li><b>Driver Class</b> - The database driver Java class (for example, 
  +"weblogic.jdbc.oci.Driver"). Refer to your database's JDBC documentation for 
  +the name of the JDBC driver class you should use.</li>
     </ul>
     <li><i>Login Configuration</i></li>
     <ul>
  @@ -273,9 +280,12 @@
     </ul>
     <li><i>Database Connection Pool</i></li>
     <ul>
  -    <li><b>Number of Connections in Pool</b> - ... The maximum value depends on 
your database. 
  +    <li><b>Number of Connections in Pool</b> - Number of database connection 
  +instances to create and keep active. The maximum value depends on your database. 
   Also, JMeter imposes a maximum of 100 connections.</li>
  -    <li><b>Max Usage For Each Connection</b> - </li>
  +    <li><b>Max Usage For Each Connection</b> - Maximum number of times JMeter 
  +uses a database connection instance before recycling it (destroying and creating
  +a new instance).</li>
     </ul>
     <li><b>SQL Query String</b> - SQL query (for example, "select * from 
t_customers").</li>
   </ul>
  
  
  

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

Reply via email to