You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/03/28 03:51:24 UTC

svn commit: r389352 - /jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties

Author: sebb
Date: Mon Mar 27 17:51:22 2006
New Revision: 389352

URL: http://svn.apache.org/viewcvs?rev=389352&view=rev
Log:
Some more reorganisation

Modified:
    jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties

Modified: jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties?rev=389352&r1=389351&r2=389352&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties Mon Mar 27 17:51:22 2006
@@ -106,13 +106,9 @@
 remote_hosts=127.0.0.1
 #remote_hosts:localhost:1099,localhost:2010
 
-# RMI port to be used by the server
+# RMI port to be used by the server (must start rmiregistry with same port)
 #server_port=1099
 
-# Change default port used by server (need to start rmiregistry with same port)
-#server.rmi.port=1099
-
-
 #---------------------------------------------------------------------------
 #         Logging Configuration
 #---------------------------------------------------------------------------
@@ -252,10 +248,15 @@
 #jmeter.save.saveservice.requestHeaders=false
 #jmeter.save.saveservice.encoding=false
 
+# Timestamp format
 # 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
 
+# Put the start time stamp in logs instead of the end
+sampleresult.timestamp.start=true
+
+
 # legitimate values: none, first, all
 #jmeter.save.saveservice.assertion_results=none
 
@@ -312,9 +313,6 @@
 #num_sample_threshold=100
 #time_threshold=60000
 
-# Turn expert mode on/off: expert mode will show expert-mode beans and properties
-#jmeter.expertMode=true
-
 # To set the Monitor Health Visualiser buffer size, enter the desired value
 # monitor.buffer.size=800
 
@@ -370,16 +368,10 @@
 #beanshell.function.init=BeanShellFunction.bshrc
 #beanshell.assertion.init=etc
 
-#TestBeanGui
-#
-#propertyEditorSearchPath=null
-
-#JMeterUtils
-#
-#search_paths=null
+#---------------------------------------------------------------------------
+# MailerModel configuration
+#---------------------------------------------------------------------------
 
-# MailerModel settings
-#
 # Number of successful samples before a message is sent
 #mailer.successlimit=2
 #
@@ -404,15 +396,18 @@
 # Miscellaneous configuration
 #---------------------------------------------------------------------------
 
+#TestBeanGui
+#
+#propertyEditorSearchPath=null
+
+# Turn expert mode on/off: expert mode will show expert-mode beans and properties
+#jmeter.expertMode=true
 
 # 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
 
-# Put the start time stamp in logs instead of the end
-sampleresult.timestamp.start=true
-
 # The encoding to be used if none is provided (default ISO-8859-1)
 #sampleresult.default.encoding=ISO-8859-1
 
@@ -425,6 +420,10 @@
 # In case this causes problems, the previous behaviour can be restored by uncommenting
 # the following line.
 #jmeterthread.startearlier=false
+
+#JMeterUtils
+#
+#search_paths=null
 
 # Users can define additional classpath items by setting the property below
 # Paths with spaces may cause problems for the JVM



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org