You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/09/12 19:33:08 UTC

svn commit: r575019 - in /jakarta/jmeter/branches/rel-2-2/docs: changes.html usermanual/component_reference.html usermanual/get-started.html

Author: sebb
Date: Wed Sep 12 10:33:08 2007
New Revision: 575019

URL: http://svn.apache.org/viewvc?rev=575019&view=rev
Log:
Synch recent doc updates

Modified:
    jakarta/jmeter/branches/rel-2-2/docs/changes.html
    jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
    jakarta/jmeter/branches/rel-2-2/docs/usermanual/get-started.html

Modified: jakarta/jmeter/branches/rel-2-2/docs/changes.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/changes.html?rev=575019&r1=575018&r2=575019&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/changes.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/changes.html Wed Sep 12 10:33:08 2007
@@ -184,6 +184,11 @@
 						</li>
 									
 
+												<li	>
+								Ensure uncaught exceptions are logged
+						</li>
+									
+
 						</ul>
 							  									 				<h4	>
 								Fixes since 2.3RC3

Modified: jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html?rev=575019&r1=575018&r2=575019&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/usermanual/component_reference.html Wed Sep 12 10:33:08 2007
@@ -555,6 +555,21 @@
 									
         
 												<p	>
+								
+        JMeter defaults to the SSL protocol level TLS.
+        If the server needs a different level, e.g. SSLv3, change the JMeter property, for example:
+
+												<pre	>
+								
+https.default.protocol=SSLv3
+
+						</pre>
+									 
+        
+						</p>
+									
+        
+												<p	>
 								If the request uses cookies, then you will also need an
         
 												<a href="../usermanual/component_reference.html#HTTP_Cookie_Manager">HTTP Cookie Manager</a>
@@ -4921,16 +4936,51 @@
 		  															
 
 												<p	>
-								The Module Controller provides a mechanism for substituting test plan fragments into the current test plan at run-time.  To use this
-module effectively, one might have a number of Controllers under the 
+								
+The Module Controller provides a mechanism for substituting test plan fragments into the current test plan at run-time.
+
+						</p>
+									
+
+												<p	>
+								
+A test plan fragment consists of a Controller and all the test elements (samplers etc) contained in it. 
+The fragment can be located in any Thread Group, or on the 
 												<a href="../usermanual/component_reference.html#WorkBench">WorkBench</a>
-									, each with a different series of
+									.
+If the fragment is located in a Thread Group, then its Controller can be disabled to prevent the fragment being run
+except by the Module Controller. 
+Or you can store the fragments in a dummy Thread Group, and disable the entire Thread Group. 
+
+						</p>
+									
+
+												<p	>
+								
+There can be multiple fragments, each with a different series of
 samplers under them.  The module controller can then be used to easily switch between these multiple test cases simply by choosing
 the appropriate controller in its drop down box.  This provides convenience for running many alternate test plans quickly and easily.
 
 						</p>
 									
 
+												<p	>
+								
+A fragment name is made up of the Controller name and all its parent names.
+For example:
+
+												<pre	>
+								
+Test Plan / Protocol: JDBC / Control / Interleave Controller
+
+						</pre>
+									
+Any fragments used by the Module Controller must have a unique name,
+as the name is used to find the target controller when a test plan is reloaded.
+
+						</p>
+									
+
 														<p><b>Control Panel</b></p>
 						<div align="center"><img width='409' height='255' src="../images/screenshots/module_controller.png"></div>
 											  									 				<p><table border="1" bgcolor="#bbbb00" width="50%" cellspacing="0" cellpadding="2">
@@ -9235,7 +9285,6 @@
 								log - (Logger) - can be used to write to the log file
 						</li>
 									
-
 
 												<li	>
 								ctx - (JMeterContext) - gives access to the context

Modified: jakarta/jmeter/branches/rel-2-2/docs/usermanual/get-started.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/usermanual/get-started.html?rev=575019&r1=575018&r2=575019&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/usermanual/get-started.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/usermanual/get-started.html Wed Sep 12 10:33:08 2007
@@ -480,12 +480,18 @@
 												<a	 href="#classpath">
 								classpath
 						</a>
-									.  Also, update 
+									.  
+Also, update 
 												<a	 href="#configuring_jmeter">
-								jmeter.properties
+								system.properties
 						</a>
-									
-to register the SSL Provider.
+									 to register the SSL Provider.
+						</p>
+							  									 				<p	>
+								
+JMeter defaults to protocol level TLS. This can be changed by editting the JMeter property 
+"https.default.protocol" in jmeter.properties or user.properties.
+
 						</p>
 							  									 				<p	>
 												<b	>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org