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 2005/03/14 01:52:46 UTC

cvs commit: jakarta-jmeter/bin jmetertest.properties

sebb        2005/03/13 16:52:45

  Modified:    bin      Tag: rel-2_0 jmetertest.properties
  Log:
  Set default output format to CSV with no variable fields for easier automated comparison
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.5.2.2   +6 -3      jakarta-jmeter/bin/jmetertest.properties
  
  Index: jmetertest.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/bin/jmetertest.properties,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- jmetertest.properties	20 Feb 2005 22:30:49 -0000	1.5.2.1
  +++ jmetertest.properties	14 Mar 2005 00:52:45 -0000	1.5.2.2
  @@ -127,6 +127,9 @@
   # Results file configuration
   #---------------------------------------------------------------------------
   
  +# For testing, output is changed to CSV and variable fields
  +# (timestamp and elased) are suppressed
  +
   # This section helps determine how result data will be saved.
   # The commented out values are the defaults.
   
  @@ -145,10 +148,10 @@
   #jmeter.save.saveservice.response_message=true
   #jmeter.save.saveservice.successful=true
   #jmeter.save.saveservice.thread_name=true
  -#jmeter.save.saveservice.time=true
  +jmeter.save.saveservice.time=false
   
   # legitimate values: none, ms, or a format suitable for SimpleDateFormat
  -#jmeter.save.saveservice.timestamp_format=ms
  +jmeter.save.saveservice.timestamp_format=none
   #jmeter.save.saveservice.timestamp_format=MM/dd/yy HH:mm:ss
   
   # legitimate values: none, first, all
  
  
  

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