Author: sebb Date: Mon Aug 20 06:25:21 2007 New Revision: 567694 URL: http://svn.apache.org/viewvc?rev=567694&view=rev Log: Synchronise recent doc updates
Modified:
jakarta/jmeter/branches/rel-2-2/docs/changes.html
jakarta/jmeter/branches/rel-2-2/docs/usermanual/get-started.html
jakarta/jmeter/branches/rel-2-2/docs/usermanual/remote-test.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=567694&r1=567693&r2=567694&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/changes.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/changes.html Mon Aug 20 06:25:21 2007
@@ -199,6 +199,11 @@
</li>
+
<li >
+ Bug 39792 -
ClientJMeter synchronisation needed
+ </li>
+
+
</ul>
<h4 >
Improvements
since 2.3RC3
@@ -216,6 +221,55 @@
Version 2.3RC3
</h3>
<h4 >
+ Known problems:
+ </h4>
+
<p >
+
+The default HTTP Request (not HTTPClient) sampler may not work for HTTPS
connections via a proxy.
+This appears to be due to a Java bug, see
+
<a
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=39337">
+ Bug 39337
+ </a>
+ .
+To avoid the problem, try a more recent version of Java, or switch to the
HTTPClient version of the HTTP Request sampler.
+
+ </p>
+
<p >
+ Transaction
Controller parent mode does not support nested Transaction Controllers.
+Doing so may cause a Null Pointer Exception in TestCompiler.
+
+ </p>
+
<p >
+ Thread active
counts are always zero in CSV and XML files when running remote tests.
+
+ </p>
+
<p >
+ The property
file_format.testlog=2.1 is treated the same as 2.2.
+However JMeter does honour the 3 testplan versions.
+ </p>
+
<p >
+
+Bug 22510 - JMeter always uses the first entry in the keystore.
+
+ </p>
+
<p >
+
+Remote mode does not work if JMeter is installed in a directory where the path
name contains spaces.
+
+ </p>
+
<p >
+
+BeanShell test elements leak memory.
+This can be reduced by using a file instead of including the script in the
test element.
+
+ </p>
+
<p >
+
+Variables and functions do not work in Listeners in client-server (remote)
mode so they cannot be used
+to name log files in client-server mode.
+
+ </p>
+
<h4 >
Summary of
changes (for more details, see below)
</h4>
<p >
@@ -441,44 +495,6 @@
Removed method saveUsingJPEGEncoder() from SaveGraphicsService.
It was unused so far, and used the only Sun-specific class in JMeter.
-
- </p>
-
<h4 >
- Known problems:
- </h4>
-
<p >
- Transaction
Controller parent mode does not support nested Transaction Controllers.
-Doing so may cause a Null Pointer Exception in TestCompiler.
-
- </p>
-
<p >
- Thread active
counts are always zero in CSV and XML files when running remote tests.
-
- </p>
-
<p >
- The property
file_format.testlog=2.1 is treated the same as 2.2.
-However JMeter does honour the 3 testplan versions.
- </p>
-
<p >
-
-Bug 22510 - JMeter always uses the first entry in the keystore.
-
- </p>
-
<p >
-
-Remote mode does not work if JMeter is installed in a directory where the path
name contains spaces.
-
- </p>
-
<p >
-
-BeanShell test elements leak memory.
-This can be reduced by using a file instead of including the script in the
test element.
-
- </p>
-
<p >
-
-Variables and functions do not work in Listeners in client-server (remote)
mode so they cannot be used
-to name log files in client-server mode.
</p>
<h4 >
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=567694&r1=567693&r2=567694&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 Mon Aug 20
06:25:21 2007
@@ -926,10 +926,11 @@
<a href="remote-test.html">
distributed
testing
</a>
- , run
JMeter in server mode, and then control each server from the GUI.
+ , run
JMeter in server mode on the remote node(s), and then control the server(s)
from the GUI.
+You can also use non-GUI mode to run remote tests.
<p><table border="1" bgcolor="#bbbb00" width="50%"
cellspacing="0" cellpadding="2">
- <tr><td> The
jmeter-server/jmeter-server.bat script should start rmiregistry for you with
the appropriate classpath. if it fails to
+ <tr><td> The
jmeter-server/jmeter-server.bat script should start rmiregistry for you with
the appropriate classpath. If it fails to
do so,
<a href="remote-test.html#detail_instructions">
read the details
Modified: jakarta/jmeter/branches/rel-2-2/docs/usermanual/remote-test.html
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/usermanual/remote-test.html?rev=567694&r1=567693&r2=567694&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/usermanual/remote-test.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/usermanual/remote-test.html Mon Aug 20
06:25:21 2007
@@ -217,7 +217,7 @@
</p>
<p >
<b >
- Step 3: Start
the JMeter Client
+ Step 3a: Start
the JMeter Client from a GUI client
</b>
</p>
<p >
@@ -229,6 +229,41 @@
<p><table border="0" cellspacing="0" cellpadding="0"><tr><td><img
src="../images/screenshots/remote/run-menu00.gif"><br>
<font size="-1"> Figure
1 - Run Menu
</font></td></tr></table></p>
+
<p >
+
<b >
+ Step 3b: Start
the JMeter from a non-GUI Client
+ </b>
+ </p>
+
<p >
+
+As an alternative, you can start the remote server(s) from a non-GUI
(command-line) client.
+The command to do this is:
+
+
<pre >
+
+jmeter -n -t script.jmx -r
+or
+jmeter -n -t script.jmx -R server1,server2...
+
+ </pre>
+
+The first example will start whatever servers are defined in the JMeter
property remote_hosts;
+the second example will define remote_hosts from the list of servers and then
run the remote servers.
+
+
<br >
+ </br>
+
+The command-line client will exit when all the remote servers have stopped.
+
+
<p><table border="1" bgcolor="#bbbb00" width="50%"
cellspacing="0" cellpadding="2">
+ <tr><td>
+There is currently no way to stop the remote servers gracefully from the
command-line.
+
+ </td></tr>
+ </table></p>
+
+
+ </p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
