2001-10-30 06:03:13 +08:00
|
|
|
|
################################################################################
|
|
|
|
|
|
# Apache JMeter Property file
|
|
|
|
|
|
################################################################################
|
2004-12-11 05:32:55 +08:00
|
|
|
|
|
|
|
|
|
|
## $Id$
|
2004-02-16 21:34:10 +08:00
|
|
|
|
## Copyright 2001-2004 The Apache Software Foundation
|
|
|
|
|
|
##
|
|
|
|
|
|
## Licensed 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
2002-12-30 13:08:29 +08:00
|
|
|
|
#Preferred GUI language. Comment out to use the JVM default locale's language.
|
|
|
|
|
|
#language=de
|
|
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Netscape HTTP Cookie file
|
|
|
|
|
|
cookies=cookies
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2005-04-19 04:21:12 +08:00
|
|
|
|
#File format for saved test files. JMeter 2.1 uses a new format. Set value to 2.0 to save to old
|
|
|
|
|
|
# format
|
2005-05-08 05:53:06 +08:00
|
|
|
|
# Save test plans and test logs in 2.0 format
|
2005-04-19 04:21:12 +08:00
|
|
|
|
#file_format=2.0
|
2005-05-08 05:53:06 +08:00
|
|
|
|
# Just test plans (jmx)
|
2005-06-30 21:49:14 +08:00
|
|
|
|
#file_format.testplan=2.0
|
2005-05-08 05:53:06 +08:00
|
|
|
|
# Just test logs (jtl)
|
2005-07-02 06:51:02 +08:00
|
|
|
|
file_format.testlog=2.0
|
2005-04-19 04:21:12 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Authorization
|
|
|
|
|
|
authorization=authorization
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Working directory
|
|
|
|
|
|
user.dir=.
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# XML Reader(Parser) - Must implement SAX 2 specs
|
|
|
|
|
|
xml.parser=org.apache.xerces.parsers.SAXParser
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Classname of the ssl provider to be used (to enable testing of https urls)
|
|
|
|
|
|
#And the package name where Stream Handlers can be found
|
|
|
|
|
|
#These provided defaults can be uncommented, and they will work if you are using
|
|
|
|
|
|
#Sun's JSSE implementation.
|
2001-11-02 05:21:59 +08:00
|
|
|
|
|
2003-04-12 00:07:16 +08:00
|
|
|
|
ssl.provider=com.sun.net.ssl.internal.ssl.Provider
|
2001-11-02 04:35:52 +08:00
|
|
|
|
#ssl.provider=iaik.security.jsse.provider.IAIKJSSEProvider
|
2003-04-12 00:07:16 +08:00
|
|
|
|
ssl.pkgs=com.sun.net.ssl.internal.www.protocol
|
2001-11-02 05:21:59 +08:00
|
|
|
|
|
2003-07-15 21:56:20 +08:00
|
|
|
|
#The location of the truststore (trusted certificates) and keystore ( if other than the default.
|
2001-11-02 05:21:59 +08:00
|
|
|
|
#you can uncomment this and change the path to the correct location.
|
|
|
|
|
|
#javax.net.ssl.trustStore=/path/to/cacerts
|
2005-04-19 04:21:12 +08:00
|
|
|
|
javax.net.ssl.keyStore=/usr/java/jdk1.5.0_02/jre/lib/security/cacerts
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2003-04-12 00:07:16 +08:00
|
|
|
|
#The password to your keystore
|
2005-04-19 04:21:12 +08:00
|
|
|
|
javax.net.ssl.keyStorePassword=changeit
|
2003-04-12 00:07:16 +08:00
|
|
|
|
|
2001-10-24 23:45:50 +08:00
|
|
|
|
#Alternative protocol of the ssl provider for IAIK JCE + iSaSiLk
|
2001-11-10 04:31:58 +08:00
|
|
|
|
#You can also override IAIK specific Providers as well.
|
|
|
|
|
|
|
2001-10-24 23:45:50 +08:00
|
|
|
|
#ssl.pkgs=iaik.protocol
|
2001-11-10 04:31:58 +08:00
|
|
|
|
#ssl.provider=com.mycompany.security.provider.SmartProvider
|
|
|
|
|
|
#iaik.provider=com.mycompany.security.provider.SmartSSLProvider
|
2001-10-24 23:45:50 +08:00
|
|
|
|
|
2001-10-25 00:23:33 +08:00
|
|
|
|
#Flag for whether to output debug messages to System.err
|
2001-10-25 01:13:44 +08:00
|
|
|
|
#To enable it, set the value to "all" Note, for it to work with
|
|
|
|
|
|
#JSSE, it needs to be done from the Java command (i.e. -Djavax.net.debug=all)
|
|
|
|
|
|
javax.net.debug=all
|
2001-10-25 00:23:33 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Classname of the Swing default UI
|
|
|
|
|
|
#Installed Look and Feel classes on Windows are:
|
|
|
|
|
|
# <20>Metal <20> = javax.swing.plaf.metal.MetalLookAndFeel
|
|
|
|
|
|
# <20>Motif <20> = com.sun.java.swing.plaf.motif.MotifLookAndFeel
|
|
|
|
|
|
# <20>Windows = com.sun.java.swing.plaf.windows.WindowsLookAndFeel
|
|
|
|
|
|
jmeter.laf=javax.swing.plaf.metal.MetalLookAndFeel
|
|
|
|
|
|
|
2005-06-15 07:47:46 +08:00
|
|
|
|
# Icon definitions
|
|
|
|
|
|
# default:
|
|
|
|
|
|
#jmeter.icons=org/apache/jmeter/images/icon.properties
|
|
|
|
|
|
# alternate:
|
|
|
|
|
|
#jmeter.icons=org/apache/jmeter/images/icon_1.properties
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Remote Hosts - comma delimited
|
2003-10-17 05:50:59 +08:00
|
|
|
|
remote_hosts=127.0.0.1
|
2004-07-09 08:24:54 +08:00
|
|
|
|
#remote_hosts:localhost:1099,localhost:2010
|
|
|
|
|
|
|
|
|
|
|
|
# RMI port to be used by the server
|
|
|
|
|
|
#server_port=1099
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
#Components to not display in JMeter GUI
|
2002-08-24 10:44:25 +08:00
|
|
|
|
not_in_menu=Remote Method Configuration,JNDI Configuration,JNDI Lookup Configuration,JNDI Request,Default Controller,org.apache.jmeter.control.DynamicController, org.apache.jmeter.protocol.http.control.Cookie,org.apache.jmeter.protocol.http.control.Authorization,org.apache.jmeter.config.LoginConfig,Header,org.apache.jmeter.protocol.http.config.MultipartUrlConfig
|
2002-08-24 05:02:12 +08:00
|
|
|
|
|
2004-03-20 22:49:03 +08:00
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
# Logging Configuration
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
# Note: JMeter uses Avalon LogKit
|
|
|
|
|
|
|
|
|
|
|
|
# Logging Format
|
|
|
|
|
|
# see http://avalon.apache.org/logkit/api/org/apache/log/format/PatternFormatter.html
|
|
|
|
|
|
#
|
|
|
|
|
|
# Default format:
|
|
|
|
|
|
#log_format=%{time:yyyy/MM/dd HH:mm:ss} %5.5{priority} - %{category}: %{message} %{throwable}
|
|
|
|
|
|
# \n is automatically added to the end of the string
|
|
|
|
|
|
#
|
|
|
|
|
|
# Predefined formats in the JMeter LoggingManager:
|
|
|
|
|
|
#log_format_type=default
|
|
|
|
|
|
#log_format_type=thread_prefix
|
|
|
|
|
|
#log_format_type=thread_suffix
|
|
|
|
|
|
# default is as above
|
|
|
|
|
|
# thread_prefix adds the thread name as a prefix to the category
|
|
|
|
|
|
# thread_suffix adds the thread name as a suffix to the category
|
|
|
|
|
|
# Note that thread name is not included by default, as it requires extra processing.
|
|
|
|
|
|
#
|
|
|
|
|
|
# To change the logging format, define either log_format_type or log_format
|
|
|
|
|
|
# If both are defined, the type takes precedence
|
|
|
|
|
|
# Note that these properties cannot be defined using the -J or -D JMeter
|
|
|
|
|
|
# command-line flags, as the format will have already been determined by then
|
|
|
|
|
|
# However, they can be defined as JVM properties
|
|
|
|
|
|
|
2002-08-24 05:02:12 +08:00
|
|
|
|
#Logging levels for the logging categories in JMeter. Correct values are FATAL_ERROR, ERROR, WARN, INFO, and DEBUG
|
2003-06-06 22:02:09 +08:00
|
|
|
|
# To set the log level for a package or individual class, use:
|
|
|
|
|
|
# log_level.[package_name].[classname]=[PRIORITY_LEVEL]
|
|
|
|
|
|
# But omit "org.apache" from the package name. The classname is optional. Further examples below.
|
|
|
|
|
|
|
2003-06-14 00:18:44 +08:00
|
|
|
|
log_level.jmeter=INFO
|
2003-06-06 22:02:09 +08:00
|
|
|
|
log_level.jmeter.junit=DEBUG
|
2004-05-22 05:09:49 +08:00
|
|
|
|
#log_level.jmeter.control=DEBUG
|
2004-05-21 03:18:41 +08:00
|
|
|
|
#log_level.jmeter.testbeans=DEBUG
|
|
|
|
|
|
#log_level.jmeter.engine=DEBUG
|
2004-05-22 05:09:49 +08:00
|
|
|
|
#log_level.jmeter.threads=DEBUG
|
2003-06-06 22:02:09 +08:00
|
|
|
|
#log_level.jmeter.gui=WARN
|
2004-05-21 03:18:41 +08:00
|
|
|
|
#log_level.jmeter.testelement=DEBUG
|
2003-06-06 22:02:09 +08:00
|
|
|
|
#log_level.jmeter.util=WARN
|
|
|
|
|
|
#log_level.jmeter.util.classfinder=WARN
|
|
|
|
|
|
#log_level.jmeter.test=DEBUG
|
2004-06-10 18:10:55 +08:00
|
|
|
|
#log_level.jmeter.protocol.http=DEBUG
|
2003-06-06 22:02:09 +08:00
|
|
|
|
#log_level.jmeter.protocol.ftp=WARN
|
2004-05-21 03:18:41 +08:00
|
|
|
|
#log_level.jmeter.protocol.jdbc=DEBUG
|
2003-06-06 22:02:09 +08:00
|
|
|
|
#log_level.jmeter.protocol.java=WARN
|
2003-07-17 05:39:45 +08:00
|
|
|
|
#log_level.jmeter.testelements.property=DEBUG
|
2003-11-15 10:29:15 +08:00
|
|
|
|
log_level.jorphan=INFO
|
2005-02-10 05:11:55 +08:00
|
|
|
|
|
2002-08-24 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
|
#Log file for log messages.
|
2003-06-06 22:02:09 +08:00
|
|
|
|
# You can specify a different log file for different categories via:
|
|
|
|
|
|
# log_file.[category]=[filename]
|
|
|
|
|
|
# category is equivalent to the package/class names described above
|
|
|
|
|
|
|
2003-10-17 05:50:59 +08:00
|
|
|
|
# Combined log file (for jmeter and jorphan)
|
2004-02-12 07:17:48 +08:00
|
|
|
|
log_file=jmeter.log
|
2003-12-03 00:45:49 +08:00
|
|
|
|
# To redirect logging to standard output, try the following:
|
|
|
|
|
|
# (it will probably report an error, but output will be to stdout)
|
2004-02-12 07:17:48 +08:00
|
|
|
|
#log_file=
|
2003-10-17 05:50:59 +08:00
|
|
|
|
|
|
|
|
|
|
# Or define separate logs if required:
|
|
|
|
|
|
#log_file.jorphan=jorphan.log
|
|
|
|
|
|
#log_file.jmeter=jmeter.log
|
2003-01-30 03:47:04 +08:00
|
|
|
|
|
2004-07-06 07:28:30 +08:00
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
# HTTPClient configuration
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
# set the socket timeout
|
|
|
|
|
|
#httpclient.timeout=0
|
|
|
|
|
|
|
|
|
|
|
|
# Set the http version (defaults to 1.1)
|
|
|
|
|
|
#httpclient.version=1.0
|
|
|
|
|
|
|
2004-03-16 21:58:53 +08:00
|
|
|
|
# Sample logging levels for HttpClient
|
2004-03-20 22:49:03 +08:00
|
|
|
|
# Note that full category names are used, i.e. must include the org.apache.
|
2004-03-16 21:58:53 +08:00
|
|
|
|
# Info level produces no output:
|
|
|
|
|
|
#log_level.org.apache.commons.logging=debug
|
|
|
|
|
|
# Might be useful:
|
|
|
|
|
|
#org.apache.commons.httpclient.Authenticator=trace
|
|
|
|
|
|
|
|
|
|
|
|
# wire debug produces a lot of output; consider using separate file:
|
|
|
|
|
|
#log_level.httpclient.wire=debug
|
|
|
|
|
|
#log_file.httpclient=httpclient.log
|
2003-01-30 03:47:04 +08:00
|
|
|
|
|
2004-03-22 09:17:14 +08:00
|
|
|
|
# Further logging configuration
|
|
|
|
|
|
# Excalibur logging provides the facility to configure logging using
|
|
|
|
|
|
# configuration files written in XML. This allows for such features as
|
|
|
|
|
|
# log file rotation which are not supported directly by JMeter.
|
|
|
|
|
|
#
|
|
|
|
|
|
# If such a file specified, it will be applied to the current logging
|
|
|
|
|
|
# hierarchy when that has been created.
|
|
|
|
|
|
#
|
|
|
|
|
|
#log_config=logkit.xml
|
|
|
|
|
|
|
2003-01-30 03:47:04 +08:00
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
# Results file configuration
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
# This section helps determine how result data will be saved.
|
|
|
|
|
|
# The commented out values are the defaults.
|
|
|
|
|
|
|
2003-02-06 03:36:32 +08:00
|
|
|
|
# legitimate values: xml, csv, db. Only xml and csv are currently supported.
|
2003-12-20 08:29:53 +08:00
|
|
|
|
jmeter.save.saveservice.output_format=xml
|
2003-01-30 03:47:04 +08:00
|
|
|
|
|
2003-06-15 23:29:54 +08:00
|
|
|
|
|
2003-01-30 03:47:04 +08:00
|
|
|
|
# true when field should be saved; false otherwise
|
|
|
|
|
|
|
2003-02-06 22:34:37 +08:00
|
|
|
|
# assertion_results_failure_message only affects CSV output
|
|
|
|
|
|
#jmeter.save.saveservice.assertion_results_failure_message=true
|
2003-01-30 03:47:04 +08:00
|
|
|
|
#jmeter.save.saveservice.data_type=true
|
|
|
|
|
|
#jmeter.save.saveservice.label=true
|
|
|
|
|
|
#jmeter.save.saveservice.response_code=true
|
2005-05-15 07:31:53 +08:00
|
|
|
|
# response_data is not currently supported for CSV output
|
2003-01-30 03:47:04 +08:00
|
|
|
|
#jmeter.save.saveservice.response_data=false
|
2005-05-15 07:31:53 +08:00
|
|
|
|
# Save ResponseData for failed samples
|
|
|
|
|
|
#jmeter.save.saveservice.response_data.on_error=false
|
2003-01-30 03:47:04 +08:00
|
|
|
|
#jmeter.save.saveservice.response_message=true
|
|
|
|
|
|
#jmeter.save.saveservice.successful=true
|
|
|
|
|
|
#jmeter.save.saveservice.thread_name=true
|
|
|
|
|
|
#jmeter.save.saveservice.time=true
|
|
|
|
|
|
|
|
|
|
|
|
# legitimate values: none, ms, or a format suitable for SimpleDateFormat
|
|
|
|
|
|
#jmeter.save.saveservice.timestamp_format=ms
|
|
|
|
|
|
#jmeter.save.saveservice.timestamp_format=MM/dd/yy HH:mm:ss
|
|
|
|
|
|
|
|
|
|
|
|
# legitimate values: none, first, all
|
|
|
|
|
|
#jmeter.save.saveservice.assertion_results=none
|
2003-02-06 03:36:32 +08:00
|
|
|
|
|
2003-02-06 22:34:37 +08:00
|
|
|
|
# For use with Comma-separated value (CSV) files or other formats
|
|
|
|
|
|
# where the fields' values are separated by specified delimiters.
|
2003-02-06 03:36:32 +08:00
|
|
|
|
#jmeter.save.saveservice.default_delimiter=,
|
|
|
|
|
|
#jmeter.save.saveservice.print_field_names=true
|
2003-06-15 23:29:54 +08:00
|
|
|
|
|
|
|
|
|
|
# File that holds a record of name changes for backward compatibility issues
|
|
|
|
|
|
upgrade_properties=/bin/upgrade.properties
|
2003-11-15 10:29:15 +08:00
|
|
|
|
|
|
|
|
|
|
# If the proxy detects a gap of at least 1s (default) between HTTP requests,
|
|
|
|
|
|
# it assumes that the user has clicked a new URL
|
2003-11-19 03:05:51 +08:00
|
|
|
|
#proxy.pause=1000
|
|
|
|
|
|
|
|
|
|
|
|
# Add numeric prefix to Sampler names (default false)
|
2003-11-26 10:50:10 +08:00
|
|
|
|
#proxy.number.requests=true
|
|
|
|
|
|
#
|
|
|
|
|
|
# Define the HTML parser to be used.
|
|
|
|
|
|
# Default parser:
|
|
|
|
|
|
#htmlParser.className=org.apache.jmeter.protocol.http.parser.HtmlParserHTMLParser
|
|
|
|
|
|
# Other parsers:
|
|
|
|
|
|
#htmlParser.className=org.apache.jmeter.protocol.http.parser.JTidyHTMLParser
|
2004-02-12 07:17:48 +08:00
|
|
|
|
#htmlParser.className=org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
|
2003-12-20 08:29:53 +08:00
|
|
|
|
|
2005-06-12 06:46:49 +08:00
|
|
|
|
# Maximum redirects to follow in a single sequence (default 5)
|
|
|
|
|
|
#httpsampler.max_redirects=5
|
|
|
|
|
|
# Maximum frame/iframe nesting depth (default 5)
|
|
|
|
|
|
#httpsampler.max_frame_depth=5
|
|
|
|
|
|
|
2003-12-20 08:29:53 +08:00
|
|
|
|
# Put the start time stamp in logs instead of the end
|
2004-02-12 01:29:15 +08:00
|
|
|
|
#sampleresult.timestamp.start=true
|
|
|
|
|
|
|
2005-04-03 07:17:56 +08:00
|
|
|
|
# The encoding to be used if none is provided (default ISO-8859-1)
|
|
|
|
|
|
#sampleresult.default.encoding=ISO-8859-1
|
|
|
|
|
|
|
2004-10-06 22:43:57 +08:00
|
|
|
|
# Remote batching support
|
|
|
|
|
|
# default is Standard, which returns each sample
|
|
|
|
|
|
# Hold retains samples until end of test (may need lots of memory)
|
|
|
|
|
|
# Batch returns samples in batches
|
2005-10-25 11:49:28 +08:00
|
|
|
|
# Statistical returns sample stats
|
2004-10-06 22:43:57 +08:00
|
|
|
|
# hold_samples was originally defined as a separate property,
|
|
|
|
|
|
# but can now also be defined using remote.mode
|
|
|
|
|
|
#mode=Standard
|
|
|
|
|
|
#mode=Batch
|
|
|
|
|
|
#mode=Hold
|
2005-10-25 11:49:28 +08:00
|
|
|
|
#mode=Statistical
|
2004-10-06 22:43:57 +08:00
|
|
|
|
#hold_samples=true
|
|
|
|
|
|
#num_sample_threshold=100
|
|
|
|
|
|
#time_threshold=60000
|
|
|
|
|
|
|
2004-02-12 01:29:15 +08:00
|
|
|
|
# Turn expert mode on/off: expert mode will show expert-mode beans and properties
|
|
|
|
|
|
#jmeter.expertMode=true
|
2004-03-16 22:07:31 +08:00
|
|
|
|
|
2004-10-06 22:43:57 +08:00
|
|
|
|
# To set the Monitor Health Visualiser buffer size, enter the desired value
|
2004-04-16 21:21:45 +08:00
|
|
|
|
# monitor.buffer.size=800
|
2004-06-13 01:11:46 +08:00
|
|
|
|
|
|
|
|
|
|
#TCP sampler
|
2004-10-06 22:43:57 +08:00
|
|
|
|
# The default handler class
|
|
|
|
|
|
#tcp.handler=TCPClientImpl
|
|
|
|
|
|
#
|
2004-06-13 01:11:46 +08:00
|
|
|
|
# eolByte = byte value for end of line
|
|
|
|
|
|
#tcp.eolByte=0
|
2004-10-06 22:43:57 +08:00
|
|
|
|
#
|
2004-06-13 01:11:46 +08:00
|
|
|
|
# status.prefix and suffix = strings that enclose the status response code
|
|
|
|
|
|
#tcp.status.prefix=Status=
|
|
|
|
|
|
#tcp.status.suffix=.
|
2004-10-06 22:43:57 +08:00
|
|
|
|
#
|
2004-06-13 01:11:46 +08:00
|
|
|
|
# status.properties = property file to convert codes to messages
|
|
|
|
|
|
#tcp.status.properties=mytestfiles/tcpstatus.properties
|
2004-08-23 04:51:36 +08:00
|
|
|
|
|
2004-10-06 22:43:57 +08:00
|
|
|
|
# Summariser settings
|
|
|
|
|
|
#
|
|
|
|
|
|
# Define the following property to automatically start a summariser with that name
|
|
|
|
|
|
#summariser.name=summary
|
|
|
|
|
|
#
|
|
|
|
|
|
# interval between summaries (in seconds) default 3 minutes
|
|
|
|
|
|
#summariser.interval=180
|
|
|
|
|
|
#
|
|
|
|
|
|
# Write messages to log file
|
|
|
|
|
|
#summariser.log=true
|
|
|
|
|
|
#
|
|
|
|
|
|
# Write messages to System.out
|
|
|
|
|
|
#summariser.out=true
|
|
|
|
|
|
|
|
|
|
|
|
# BeanShell Server properties
|
|
|
|
|
|
#
|
|
|
|
|
|
# Define the port number as non-zero to start the server on that port
|
|
|
|
|
|
#beanshell.server.port=0
|
|
|
|
|
|
#
|
|
|
|
|
|
# Define the server initialisation file
|
|
|
|
|
|
#beanshell.server.file=initial.bsh
|
|
|
|
|
|
#
|
|
|
|
|
|
# Define the intialisation files for BeanShell Sampler and Function elements
|
|
|
|
|
|
#beanshell.sampler.init=BeanShellSampler.bshrc
|
|
|
|
|
|
#beanshell.function.init=BeanShellFunction.bshrc
|
2005-03-18 23:27:20 +08:00
|
|
|
|
#beanshell.assertion.init=etc
|
2004-10-06 22:43:57 +08:00
|
|
|
|
|
|
|
|
|
|
#TestBeanGui
|
|
|
|
|
|
#
|
|
|
|
|
|
#propertyEditorSearchPath=null
|
|
|
|
|
|
|
|
|
|
|
|
#JMeterUtils
|
|
|
|
|
|
#
|
|
|
|
|
|
#search_paths=null
|
|
|
|
|
|
|
|
|
|
|
|
# MailerModel settings
|
|
|
|
|
|
#
|
|
|
|
|
|
# Number of successful samples before a message is sent
|
|
|
|
|
|
#mailer.successlimit=2
|
|
|
|
|
|
#
|
|
|
|
|
|
# Number of failed samples before a message is sent
|
2005-03-18 23:27:20 +08:00
|
|
|
|
#mailer.failurelimit=2
|
|
|
|
|
|
|
|
|
|
|
|
# CSVRead delimiter setting (default ",")
|
|
|
|
|
|
# Make sure that there are no trailing spaces or tabs after the delimiter
|
|
|
|
|
|
# characters, or these will be included in the list of valid delimiters
|
|
|
|
|
|
#csvread.delimiter=,
|
|
|
|
|
|
#csvread.delimiter=;
|
|
|
|
|
|
#csvread.delimiter=!
|
|
|
|
|
|
#csvread.delimiter=~
|
|
|
|
|
|
# The following line has a tab after the =
|
|
|
|
|
|
#csvread.delimiter=
|
|
|
|
|
|
|
|
|
|
|
|
# CookieManager behaviour - should cookies with null/empty values be deleted?
|
|
|
|
|
|
# Default is true. Use false to revert to original behaviour
|
|
|
|
|
|
#CookieManager.delete_null_cookies=true
|
|
|
|
|
|
|
|
|
|
|
|
# (2.0.3) JMeterThread behaviour has been changed to set the started flag before
|
|
|
|
|
|
# the controllers are initialised. This is so controllers can access variables earlier.
|
|
|
|
|
|
# In case this causes problems, the previous behaviour can be restored by uncommenting
|
|
|
|
|
|
# the following line.
|
2005-06-12 06:46:49 +08:00
|
|
|
|
#jmeterthread.startearlier=false
|
2005-07-11 06:29:05 +08:00
|
|
|
|
|
|
|
|
|
|
# Change default port used by server (need to start rmiregistry with same port)
|
2005-09-20 21:25:08 +08:00
|
|
|
|
#server.rmi.port=1099
|
|
|
|
|
|
|
2005-09-23 07:10:21 +08:00
|
|
|
|
# Users can define additional classpath items by setting the property below
|
|
|
|
|
|
# Paths with spaces may cause problems for the JVM
|
|
|
|
|
|
#user.classpath=../classes;../jars/jar1.jar
|