Author: sebb
Date: Fri Feb  4 16:58:45 2011
New Revision: 1067221

URL: http://svn.apache.org/viewvc?rev=1067221&view=rev
Log:
More docs on UDP listener

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/build-test-plan.xml

Modified: jakarta/jmeter/trunk/xdocs/usermanual/build-test-plan.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/build-test-plan.xml?rev=1067221&r1=1067220&r2=1067221&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/build-test-plan.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/build-test-plan.xml Fri Feb  4 
16:58:45 2011
@@ -112,6 +112,15 @@ Close the Shutdown dialog box and select
 When running JMeter in non-GUI mode, there is no Menu, and JMeter does not 
react to keystrokes such as Control + '.'.
 So in versions after 2.3.2, JMeter non-GUI mode will listen for commands on a 
specific port
 (default 4445, see the JMeter property <code>jmeterengine.nongui.port</code>).
+In versions after 2.4, JMeter supports automatic choice of an alternate port 
if the default port is being used 
+(for example by another JMeter instance). In this case, JMeter will try the 
next higher port, continuing until
+it reaches the JMeter property <code>jmeterengine.nongui.maxport</code>) which 
defaults to 4455.
+If <code>maxport</code> is less than or equal to <code>port</code>, port 
scanning will not take place.
+Note that JMeter 2.4 and earlier did not set up the listener for non-GUI 
clients, only non-GUI standalone tests;
+this has been fixed. 
+<br></br>
+The chosen port is displayed in the console window.
+<br/>
 The commands currently supported are:
 <ul>
 <li>Shutdown - graceful shutdown</li>
@@ -119,6 +128,7 @@ The commands currently supported are:
 </ul>
 These commands can be sent by using the <code>shutdown[.cmd|.sh]</code> or 
<code>stoptest[.cmd|.sh]</code> script
 respectively. The scripts are to be found in the JMeter <code>bin</code> 
directory.
+The commands will only be accepted if the script is run from the same host.
 </p>
 </subsection>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to