| |
|
| org.apache.jmeter.control.GenericController org.apache.jmeter.control.ThroughputController
ThroughputController | public class ThroughputController extends GenericController implements Serializable,LoopIterationListener,TestListener(Code) | | 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).
|
BYNUMBER | final public static int BYNUMBER(Code) | | |
BYPERCENT | final public static int BYPERCENT(Code) | | |
ThroughputController | public ThroughputController()(Code) | | |
getMaxThroughputAsInt | protected int getMaxThroughputAsInt()(Code) | | |
getPercentThroughput | public String getPercentThroughput()(Code) | | |
getPercentThroughputAsFloat | protected float getPercentThroughputAsFloat()(Code) | | |
getStyle | public int getStyle()(Code) | | |
isPerThread | public boolean isPerThread()(Code) | | |
setMaxThroughput | public void setMaxThroughput(int maxThroughput)(Code) | | |
setMaxThroughput | public void setMaxThroughput(String maxThroughput)(Code) | | |
setPerThread | public void setPerThread(boolean perThread)(Code) | | |
setPercentThroughput | public void setPercentThroughput(float percentThroughput)(Code) | | |
setPercentThroughput | public void setPercentThroughput(String percentThroughput)(Code) | | |
setStyle | public void setStyle(int style)(Code) | | |
testEnded | public void testEnded()(Code) | | |
testStarted | public void testStarted()(Code) | | |
|
|
|