2000-06-07 00:10:22 +08:00
|
|
|
|
################################################################################
|
|
|
|
|
|
# Apache JMeter Property file
|
|
|
|
|
|
################################################################################
|
2001-02-19 10:37:20 +08:00
|
|
|
|
#Paths to search for classes (";" must be the separator)
|
2001-03-13 07:19:21 +08:00
|
|
|
|
search_paths=.;ApacheJMeter.jar
|
2000-06-07 00:10:22 +08:00
|
|
|
|
|
|
|
|
|
|
# Netscape HTTP Cookie file
|
|
|
|
|
|
cookies=cookies
|
|
|
|
|
|
|
|
|
|
|
|
# Authorization
|
|
|
|
|
|
authorization=authorization
|
|
|
|
|
|
|
|
|
|
|
|
#Working directory
|
2001-03-29 11:01:48 +08:00
|
|
|
|
user.dir=.
|
2000-06-07 00:10:22 +08:00
|
|
|
|
|
2001-02-19 10:37:20 +08:00
|
|
|
|
# XML Reader(Parser) - Must implement SAX 2 specs
|
2000-08-25 10:34:03 +08:00
|
|
|
|
xml.parser=org.apache.xerces.parsers.SAXParser
|
2000-09-01 20:11:01 +08:00
|
|
|
|
|
2001-02-19 10:37:20 +08:00
|
|
|
|
#Classname of the ssl provider to be used (to enable testing of https urls)
|
2001-08-31 01:19:03 +08:00
|
|
|
|
#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.
|
|
|
|
|
|
#ssl.provider=com.sun.net.ssl.internal.ssl.Provider
|
|
|
|
|
|
#ssl.pkgs=com.sun.net.ssl.internal.www.protocol
|
2001-02-22 14:16:58 +08:00
|
|
|
|
|
2001-08-31 08:46:43 +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
|
|
|
|
|
|
|
2001-02-22 14:16:58 +08:00
|
|
|
|
#icons
|
|
|
|
|
|
timer.tree.icon=timer.gif
|
2001-03-13 07:19:21 +08:00
|
|
|
|
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
|
2001-02-22 14:16:58 +08:00
|
|
|
|
|
2001-08-29 05:28:34 +08:00
|
|
|
|
# Remote Hosts - comma delimited
|
2001-08-31 01:19:03 +08:00
|
|
|
|
#remote_hosts=127.0.0.1
|
2001-08-29 05:28:34 +08:00
|
|
|
|
|
2001-08-31 01:19:03 +08:00
|
|
|
|
#Components to not display in JMeter GUI
|
2001-08-29 05:28:34 +08:00
|
|
|
|
not_in_menu=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
|
2001-03-13 11:23:46 +08:00
|
|
|
|
|