Author: sebb
Date: Sat Feb 6 13:19:50 2010
New Revision: 907209
URL: http://svn.apache.org/viewvc?rev=907209&view=rev
Log:
Add comments
Modified:
jakarta/jmeter/trunk/bin/mirror-server.cmd
jakarta/jmeter/trunk/bin/mirror-server.sh
jakarta/jmeter/trunk/bin/shutdown.cmd
jakarta/jmeter/trunk/bin/shutdown.sh
jakarta/jmeter/trunk/bin/stoptest.cmd
jakarta/jmeter/trunk/bin/stoptest.sh
Modified: jakarta/jmeter/trunk/bin/mirror-server.cmd
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/mirror-server.cmd?rev=907209&r1=907208&r2=907209&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/mirror-server.cmd (original)
+++ jakarta/jmeter/trunk/bin/mirror-server.cmd Sat Feb 6 13:19:50 2010
@@ -15,6 +15,9 @@
rem See the License for the specific language governing permissions and
rem limitations under the License.
+rem Run the JMeter mirror server in non-GUI mode
+rem P1 = port to use (default 8080)
+
setlocal
cd /D %~dp0
Modified: jakarta/jmeter/trunk/bin/mirror-server.sh
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/mirror-server.sh?rev=907209&r1=907208&r2=907209&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/mirror-server.sh (original)
+++ jakarta/jmeter/trunk/bin/mirror-server.sh Sat Feb 6 13:19:50 2010
@@ -15,6 +15,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
+# Run the JMeter mirror server in non-GUI mode
+# P1 = port to use (default 8080)
+
cd `dirname $0`
CP=../lib/ext/ApacheJMeter_http.jar;../lib/ext/ApacheJMeter_core.jar;../lib/jorphan.jar
Modified: jakarta/jmeter/trunk/bin/shutdown.cmd
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/shutdown.cmd?rev=907209&r1=907208&r2=907209&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/shutdown.cmd (original)
+++ jakarta/jmeter/trunk/bin/shutdown.cmd Sat Feb 6 13:19:50 2010
@@ -15,7 +15,9 @@
rem See the License for the specific language governing permissions and
rem limitations under the License.
-rem Run the Shutdown client
+rem Run the Shutdown client to stop a non-GUI instance gracefully
+
+rem P1 = command port for JMeter instance (defaults to 4445)
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient Shutdown
%*
pause
\ No newline at end of file
Modified: jakarta/jmeter/trunk/bin/shutdown.sh
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/shutdown.sh?rev=907209&r1=907208&r2=907209&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/shutdown.sh (original)
+++ jakarta/jmeter/trunk/bin/shutdown.sh Sat Feb 6 13:19:50 2010
@@ -15,7 +15,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
-# Run the JMeter shutdown client
+# Run the Shutdown client to stop a non-GUI instance gracefully
+
+# P1 = command port for JMeter instance (defaults to 4445)
DIRNAME=`dirname $0`
Modified: jakarta/jmeter/trunk/bin/stoptest.cmd
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/stoptest.cmd?rev=907209&r1=907208&r2=907209&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/stoptest.cmd (original)
+++ jakarta/jmeter/trunk/bin/stoptest.cmd Sat Feb 6 13:19:50 2010
@@ -15,7 +15,9 @@
rem See the License for the specific language governing permissions and
rem limitations under the License.
-rem Run the Shutdown client
+rem Run the Shutdown client to stop a non-GUI instance abruptly
+
+rem P1 = command port for JMeter instance (defaults to 4445)
java -cp %~dp0ApacheJMeter.jar org.apache.jmeter.util.ShutdownClient
StopTestNow %*
pause
\ No newline at end of file
Modified: jakarta/jmeter/trunk/bin/stoptest.sh
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/stoptest.sh?rev=907209&r1=907208&r2=907209&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/stoptest.sh (original)
+++ jakarta/jmeter/trunk/bin/stoptest.sh Sat Feb 6 13:19:50 2010
@@ -15,7 +15,9 @@
## See the License for the specific language governing permissions and
## limitations under the License.
-# Run the JMeter shutdown client
+# Run the Shutdown client to stop a non-GUI instance abruptly
+
+# P1 = command port for JMeter instance (defaults to 4445)
DIRNAME=`dirname $0`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]