Author: sebb
Date: Thu Mar 15 04:21:44 2007
New Revision: 518584

URL: http://svn.apache.org/viewvc?view=rev&rev=518584
Log:
Basic jmeter script for JVMs that do not support all the -X options

Added:
    jakarta/jmeter/branches/rel-2-2/bin/jmeter.sh   (with props)

Added: jakarta/jmeter/branches/rel-2-2/bin/jmeter.sh
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/bin/jmeter.sh?view=auto&rev=518584
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/bin/jmeter.sh (added)
+++ jakarta/jmeter/branches/rel-2-2/bin/jmeter.sh Thu Mar 15 04:21:44 2007
@@ -0,0 +1,30 @@
+#! /bin/sh
+
+##   Licensed to the Apache Software Foundation (ASF) under one or more
+##   contributor license agreements.  See the NOTICE file distributed with
+##   this work for additional information regarding copyright ownership.
+##   The ASF licenses this file to You under the Apache License, Version 2.0
+##   (the "License"); you may not use this file except in compliance with
+##   the License.  You may obtain a copy of the License at
+## 
+##       http://www.apache.org/licenses/LICENSE-2.0
+## 
+##   Unless required by applicable law or agreed to in writing, software
+##   distributed under the License is distributed on an "AS IS" BASIS,
+##   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+##   See the License for the specific language governing permissions and
+##   limitations under the License.
+
+## Basic JMeter startup script for Un*x systems
+## See the "jmeter" script for details of options that can be used for Sun JVMs
+
+##   ==============================================
+##   Environment variables:
+##   JVM_ARGS - optional java args, e.g. -Dprop=val
+##
+##   ==============================================
+
+# Hopefully this is an universal option:
+SERVER=-server
+
+java $SERVER $JVM_ARGS -jar `dirname $0`/ApacheJMeter.jar "$@"

Propchange: jakarta/jmeter/branches/rel-2-2/bin/jmeter.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/jmeter/branches/rel-2-2/bin/jmeter.sh
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to