2001-10-30 06:03:13 +08:00
|
|
|
|
################################################################################
|
|
|
|
|
|
# Apache JMeter Property file
|
|
|
|
|
|
################################################################################
|
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
|
|
|
|
#Paths to search for classes (";" must be the separator)
|
2002-07-12 10:05:49 +08:00
|
|
|
|
search_paths=lib/ext
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Netscape HTTP Cookie file
|
|
|
|
|
|
cookies=cookies
|
2001-09-24 20:02:28 +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
|
|
|
|
|
2002-08-09 00:23:40 +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
|
2001-11-02 05:21:59 +08:00
|
|
|
|
#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
|
|
|
|
|
|
|
|
|
|
|
|
#The location of the truststore (trusted certificates) if other than the default.
|
|
|
|
|
|
#you can uncomment this and change the path to the correct location.
|
|
|
|
|
|
#javax.net.ssl.trustStore=/path/to/cacerts
|
2001-09-24 20:02:28 +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
|
|
|
|
|
|
|
2003-01-01 02:05:54 +08:00
|
|
|
|
#icons -> moved to program code
|
|
|
|
|
|
#timer.tree.icon=timer.gif
|
|
|
|
|
|
#listener.tree.icon=ear.gif
|
|
|
|
|
|
#bench.tree.icon=clipboard.gif
|
|
|
|
|
|
#thread.tree.icon=thread.gif
|
|
|
|
|
|
#control.tree.icon=knob.gif
|
|
|
|
|
|
#plan.tree.icon=beaker.gif
|
|
|
|
|
|
#config.tree.icon=leafnode.gif
|
2001-09-24 20:02:28 +08:00
|
|
|
|
|
2001-10-30 06:03:13 +08:00
|
|
|
|
# Remote Hosts - comma delimited
|
2002-10-18 03:47:20 +08:00
|
|
|
|
remote_hosts=127.0.0.1
|
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
|
|
|
|
|
|
|
|
|
|
#Logging levels for the logging categories in JMeter. Correct values are FATAL_ERROR, ERROR, WARN, INFO, and DEBUG
|
|
|
|
|
|
log_level.jmeter=WARN
|
2002-10-16 04:28:42 +08:00
|
|
|
|
log_level.jmeter.engine=WARN
|
2003-02-06 03:36:32 +08:00
|
|
|
|
log_level.jmeter.gui=DEBUG
|
2002-08-24 05:02:12 +08:00
|
|
|
|
log_level.jmeter.elements=WARN
|
|
|
|
|
|
log_level.jmeter.util=WARN
|
|
|
|
|
|
log_level.jmeter.util.classfinder=WARN
|
2003-02-06 03:36:32 +08:00
|
|
|
|
log_level.jmeter.test=DEBUG
|
2002-08-24 05:02:12 +08:00
|
|
|
|
log_level.jmeter.protocol.http=WARN
|
|
|
|
|
|
log_level.jmeter.protocol.ftp=WARN
|
|
|
|
|
|
log_level.jmeter.protocol.jdbc=WARN
|
|
|
|
|
|
log_level.jmeter.protocol.java=WARN
|
2002-10-16 04:28:42 +08:00
|
|
|
|
log_level.jorphan=ERROR
|
2002-08-24 05:02:12 +08:00
|
|
|
|
|
|
|
|
|
|
#Log file for log messages.
|
2002-12-30 13:08:29 +08:00
|
|
|
|
log_file=jmeter.log
|
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-01-30 03:47:04 +08:00
|
|
|
|
#jmeter.save.saveservice.output_format=xml
|
|
|
|
|
|
|
|
|
|
|
|
# true when field should be saved; false otherwise
|
|
|
|
|
|
|
|
|
|
|
|
#jmeter.save.saveservice.data_type=true
|
|
|
|
|
|
#jmeter.save.saveservice.label=true
|
|
|
|
|
|
#jmeter.save.saveservice.response_code=true
|
|
|
|
|
|
#jmeter.save.saveservice.response_data=false
|
|
|
|
|
|
#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
|
|
|
|
|
|
|
|
|
|
#jmeter.save.saveservice.default_delimiter=,
|
|
|
|
|
|
#jmeter.save.saveservice.print_field_names=true
|