mstover1 2002/08/29 11:16:39
Modified: docs/usermanual component_reference.html
Log:
Updating docs for help system
Revision Changes Path
1.24 +95 -4 jakarta-jmeter/docs/usermanual/component_reference.html
Index: component_reference.html
===================================================================
RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/component_reference.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- component_reference.html 16 Aug 2002 12:38:44 -0000 1.23
+++ component_reference.html 29 Aug 2002 18:16:38 -0000 1.24
@@ -83,6 +83,7 @@
<li><a href="#Once_Only_Controller">Once Only
Controller</a></li>
<li><a href="#Simple_Controller">Simple
Controller</a></li>
<li><a href="#Random_Controller">Random
Controller</a></li>
+ <li><a href="#Recording_Controller">Recording
Controller</a></li>
</ul>
<li><a href="#listeners">13.3 Listeners</a></li>
<ul>
@@ -91,8 +92,9 @@
<li><a href="#Graph_Results">Graph
Results</a></li>
<li><a href="#Spline_Visualizer">Spline
Visualizer</a></li>
<li><a href="#Assertion_Results">Assertion
Results</a></li>
- <li><a href="#View_Result_Tree">View Result
Tree</a></li>
+ <li><a href="#View_Results_Tree">View Results
Tree</a></li>
<li><a href="#Aggregate_Report">Aggregate
Report</a></li>
+ <li><a href="#View_Results_in_Table">View
Results in Table</a></li>
</ul>
<li><a href="#config_elements">13.4 Configuration
Elements</a></li>
<ul>
@@ -105,6 +107,8 @@
<li><a
href="#JDBC_Database_Login_Defaults">JDBC Database Login Defaults</a></li>
<li><a href="#JDBC_SQL_Query_Defaults">JDBC
SQL Query Defaults</a></li>
<li><a href="#HTTP_Header_Manager">HTTP Header
Manager</a></li>
+ <li><a href="#User_Parameters">User
Parameters</a></li>
+ <li><a href="#Counter">Counter</a></li>
</ul>
<li><a href="#assertions">13.5 Assertions</a></li>
<ul>
@@ -122,7 +126,7 @@
<li><a href="#HTML_Link_Parser">HTML Link
Parser</a></li>
<li><a
href="#HTTP_URL_Re-writing_Modifier">HTTP URL Re-writing Modifier</a></li>
<li><a href="#HTML_Parameter_Mask">HTML
Parameter Mask</a></li>
- <li><a
href="#HTML_User_Parameter_Modifier">HTML User Parameter Modifier</a></li>
+ <li><a
href="#HTTP_User_Parameter_Modifier">HTTP User Parameter Modifier</a></li>
</ul>
<li><a href="#Miscellaneous_Features">13.8 Miscellaneous
Features</a></li>
<ul>
@@ -1124,6 +1128,46 @@
<tr><td><br/></td></tr>
</table>
<hr>
+
<table
border="0" cellspacing="0" cellpadding="2">
+ <tr><td>
+ <font face="arial,helvetica,sanserif">
+ <a name="Recording_Controller"><h3>13.2.7 Recording
Controller</h3></a>
+ </font>
+ </td></tr>
+ <tr><td>
+
+
+
<p >
+ The Recording
Controller is a place holder indicating where the proxy server should
+record samples to. During test run, it has no effect, similar to the Simple
Controller. But during
+recording using the
+
<a href="../usermanual/component_reference.html#HTTP_Proxy_Server">HTTP Proxy
Server</a>
+ , all recorded
samples will
+be saved under the Recording Controller.
+ </p>
+
+
+
+
<p><b>Control Panel</b></p>
+ <div align="center"><img
src="../images/screenshots/logic-controller/recording-controller.gif"></div>
+
<p>
+ <b>Parameters</b>
+ <table border="1" cellspacing="0" cellpadding="2">
+ <tr><th>Attribute</th><th>Description</th><th>Required</th></tr>
+ <tr>
+ <td>Name</td>
+ <td> Descriptive
name for this controller that is shown in the tree.
+ </td>
+ <td>
+
No
+ </td>
+ </tr>
+ </table>
+ </p>
+ </td></tr>
+ <tr><td><br/></td></tr>
+ </table>
+ <hr>
</blockquote>
</p>
</td></tr>
@@ -1339,7 +1383,7 @@
<table
border="0" cellspacing="0" cellpadding="2">
<tr><td>
<font face="arial,helvetica,sanserif">
- <a name="View_Result_Tree"><h3>13.3.6 View Result
Tree</h3></a>
+ <a name="View_Results_Tree"><h3>13.3.6 View Results
Tree</h3></a>
</font>
</td></tr>
<tr><td>
@@ -1368,6 +1412,24 @@
<tr><td><br/></td></tr>
</table>
<hr>
+
<table
border="0" cellspacing="0" cellpadding="2">
+ <tr><td>
+ <font face="arial,helvetica,sanserif">
+ <a name="View_Results_in_Table"><h3>13.3.7 View Results in
Table</h3></a>
+ </font>
+ </td></tr>
+ <tr><td>
+
This visualizer creates a row for
every sample result. Each sample result's URL,
+time in milliseconds, success/failure is displayed. Like the
+
<a href="../usermanual/component_reference.html#View_Results_Tree">View
Results Tree</a>
+ ,
+this visualizer uses a lot of memory.
+
<p><b>Control Panel</b></p>
+ <div align="center"><img
src="../images/screenshots/table_results.gif"></div>
+
</td></tr>
+ <tr><td><br/></td></tr>
+ </table>
+ <hr>
</blockquote>
</p>
</td></tr>
@@ -2051,6 +2113,35 @@
<tr><td><br/></td></tr>
</table>
<hr>
+
<table
border="0" cellspacing="0" cellpadding="2">
+ <tr><td>
+ <font face="arial,helvetica,sanserif">
+ <a name="User_Parameters"><h3>13.4.10 User Parameters</h3></a>
+ </font>
+ </td></tr>
+ <tr><td>
+
<p
>
+ Allows the user to
specify values specific to individual threads.
+ </p>
+
</td></tr>
+ <tr><td><br/></td></tr>
+ </table>
+ <hr>
+
<table
border="0" cellspacing="0" cellpadding="2">
+ <tr><td>
+ <font face="arial,helvetica,sanserif">
+ <a name="Counter"><h3>13.4.11 Counter</h3></a>
+ </font>
+ </td></tr>
+ <tr><td>
+
<p
>
+ Allows the user to
create a counter that can be referenced anywhere
+in the Thread Group.
+ </p>
+
</td></tr>
+ <tr><td><br/></td></tr>
+ </table>
+ <hr>
</blockquote>
</p>
</td></tr>
@@ -2630,7 +2721,7 @@
<table
border="0" cellspacing="0" cellpadding="2">
<tr><td>
<font face="arial,helvetica,sanserif">
- <a name="HTML_User_Parameter_Modifier"><h3>13.7.4 HTML User
Parameter Modifier</h3></a>
+ <a name="HTTP_User_Parameter_Modifier"><h3>13.7.4 HTTP User
Parameter Modifier</h3></a>
</font>
</td></tr>
<tr><td>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
