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/05/28 22:52:19 UTC

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/timers ConstantThroughputTimerResources.properties

sebb        2005/05/28 13:52:19

  Modified:    src/components/org/apache/jmeter/timers
                        ConstantThroughputTimerResources.properties
  Log:
  Bug 34739 - Enhance constant Throughput timer
  Fix time calculation so per-thread works better
  
  Revision  Changes    Path
  1.4       +5 -2      jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerResources.properties
  
  Index: ConstantThroughputTimerResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimerResources.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ConstantThroughputTimerResources.properties	14 Dec 2004 00:37:13 -0000	1.3
  +++ ConstantThroughputTimerResources.properties	28 May 2005 20:52:19 -0000	1.4
  @@ -2,5 +2,8 @@
   delay.displayName=Delay before each affected sampler
   throughput.displayName=Target throughput (in samples per minute)
   throughput.shortDescription=Maximum number of samples you want to obtain per minute, per thread, from all affected samplers.
  -legacyMode.displayName=Legacy Mode
  -legacyMode.shortDescription=The Constant Throughput Timer used to delay each thread as though it was the only thread in the test.  Now, it calculates the delay taking into account the number of threads in the test.
  \ No newline at end of file
  +calcMode.displayName=Calculate Throughput based on
  +calcMode.shortDescription=The Constant Throughput Timer used to delay each thread as though it was the only thread in the test.  Now, it calculates the delay taking into account the number of active threads in the test or the thread group.
  +calcMode.1=this thread only
  +calcMode.2=all active threads
  +calcMode.3=all active threads in current thread group
  \ No newline at end of file
  
  
  

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