Author: sebb
Date: Tue Oct  4 18:00:44 2011
New Revision: 1178883

URL: http://svn.apache.org/viewvc?rev=1178883&view=rev
Log:
Bug 51923 - Counter function bug or documentation issue ? (fixed docs)

Modified:
    jakarta/jmeter/trunk/xdocs/changes.xml
    jakarta/jmeter/trunk/xdocs/usermanual/functions.xml

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1178883&r1=1178882&r2=1178883&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Tue Oct  4 18:00:44 2011
@@ -154,6 +154,7 @@ This has been corrected; can still rever
 <h2>Non-functional changes</h2>
 <ul>
 <li>fixes to build.xml: support scripts; localise re-usable property names</li>
+<li>Bug 51923 - Counter function bug or documentation issue ? (fixed docs)</li>
 </ul>
 
 </section> 

Modified: jakarta/jmeter/trunk/xdocs/usermanual/functions.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1178883&r1=1178882&r2=1178883&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/functions.xml Tue Oct  4 18:00:44 2011
@@ -314,6 +314,13 @@ counting how many times that request was
 so multiple counter functions operated on the same value.] 
 The global counter - "FALSE" - is separately maintained by each counter 
instance.
 </p>
+<p>
+<b>
+Multiple __counter function calls in the same iteration won't increment the 
value further.
+</b>
+<br/>
+If you want to have a count that increments for each sample, use the function 
in a Pre-Processor such as <complink name="User Parameters"/>.
+</p>
 </description>
 <properties>
         <property name="First argument" required="Yes">TRUE if you wish each 
simulated user's counter



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to