Author: sebb Date: Sat Apr 4 18:46:34 2009 New Revision: 761984 URL: http://svn.apache.org/viewvc?rev=761984&view=rev Log: Clarifications
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml jakarta/jmeter/trunk/xdocs/usermanual/functions.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=761984&r1=761983&r2=761984&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Apr 4 18:46:34 2009 @@ -4065,6 +4065,8 @@ <p>A Thread Group defines a pool of users that will execute a particular test case against your server. In the Thread Group GUI, you can control the number of users simulated (num of threads), the ramp up time (how long it takes to start all the threads), the number of times to perform the test, and optionally, a start and stop time for the test.</p> <p> When using the scheduler, JMeter runs the thread group until either the number of loops is reached or the duration/end-time is reached - whichever occurs first. +Note that the condition is only checked between samples; when the end condition is reached, that thread will stop. +JMeter does not interrupt samplers which are waiting for a response, so the end time may be delayed arbitrarily. </p> </description> Modified: jakarta/jmeter/trunk/xdocs/usermanual/functions.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/functions.xml?rev=761984&r1=761983&r2=761984&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/functions.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/functions.xml Sat Apr 4 18:46:34 2009 @@ -747,7 +747,9 @@ ${__BeanShell(source("function.bsh"))} - processes the script in function.bsh </pre> </p> -<note>Remember to include any necessary quotes for text strings and JMeter variables</note> +<note> +Remember to include any necessary quotes for text strings and JMeter variables that represent text strings. +</note> </component> <component index="§-num;.5.14" name="__split"> --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org