Saturday, February 20, 2016

Jmeter - Cease Thread On Eof? Job Of Csv Information Ready Config

| Saturday, February 20, 2016
Stop Thread On EOF? is parameter of CSV Data Set Config configuration chemical cistron inward apache jmeter. Earlier nosotros learnt about CSV Data Set Config inward THIS POST as well as utilization of Recycle On EOF? parameters inward THIS POST.  So hither nosotros volition verbalize over about Stop Thread On EOF? parameter of CSV Data Set Config as well as how to role it inward your software charge attempt plan.

Usage Of Stop Thread On EOF?
If you lot develop Stop thread on EOF? = True thus it volition halt threads on EOF if Recycle on EOF is develop to False. Example : You bring csv file alongside five rows of information as well as you lot bring develop Number of Threads = 1 as well as Loop Count = xv in Thread Group thus it volition run alone five threads.

Example On Usage Of Stop Thread On EOF
We volition role same CSV Data Set Config.jmx software charge attempt instance and Test.csv file to run into actual utilization of Stop Thread On EOF? parameter inward CSV Data Set Config. 

Thread grouping config : Number of threads = 1, Loop Count = 15. (Note : In this example, It volition plant same for Number of threads = 15, Loop Count = 1).
Test.csv file : five information rows.
CSV Data Set Config : Configuration of CSV Data Set Config is every bit bellow.


For to a higher house configuration, It volition run alone five threads from xv If you lot run software charge attempt every bit nosotros bring develop Recycle on EOF? = False and Stop Thread On EOF? = True. It volition forcefulness jmeter to halt threads 1 time accomplish on halt of file inward csv information file. See bellow given result.


Now if you lot set Recycle on EOF? = True as well as Stop Thread On EOF? = False for same software charge attempt thus it volition permit to execute all xv threads every bit shown inward bellow image.


This way, Stop Thread On EOF? parameter helps you lot to configure CSV Data Set Config inward your software charge attempt plan.

Related Posts