Skip to content

Delay Thread creation until needed #186

Answered by rabelenda
Apolayo27 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Threads creation controlled by the checkbox property (delayed vs not delayed) is in general independent from the load imposed to the system under test. Is a technical aspect on when the JVM threads are created, and for how long they live. The generated load to the system under test is always ruled by ramp up period, max threads, etc. The main difference between using the checkbox or not, is if you don't mark it, internally JMeter creates all threads at the beginning but delays the execution of each thread iteration according to configured rampup, emulating desired behavior. When you enable the checkbox each thread is created as it is needed during rampup.

Main differences might be …

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@rabelenda
Comment options

@Apolayo27
Comment options

@rabelenda
Comment options

Answer selected by rabelenda
@rabelenda
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants