| Class | Description |
|---|---|
| CriticalSectionController |
This is a Critical Section Controller; it will execute the set of statements
(samplers/controllers, etc) under named lock.
|
| ForeachController |
ForeachController that iterates over a list of variables named XXXX_NN stored in
JMeterVariables
where NN is a number starting from 1 to number of occurrences. |
| IncludeController | |
| InterleaveControl |
Alternate among each of the children controllers or samplers for each loop iteration
|
| ModuleController |
The goal of ModuleController is to add modularity to JMeter.
|
| OnceOnlyController |
Controller to run its children once per cycle.
|
| RandomController |
Controller that rans randomly one of it's children on each iteration
|
| RandomOrderController |
A controller that runs its children each at most once, but in a random order.
|
| SwitchController |
Implements a controller which selects at most one of its children
based on the condition value, which may be a number or a string.
|
| ThroughputController |
This class represents a controller that can control the number of times that
it is executed, either by the total number of times the user wants the
controller executed (BYNUMBER) or by the percentage of time it is called
(BYPERCENT)
The current implementation executes the first N samples (BYNUMBER)
or the last N% of samples (BYPERCENT).
|
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.