public class VariableThroughputTimer
extends org.apache.jmeter.testelement.AbstractTestElement
implements org.apache.jmeter.timers.Timer, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.testelement.TestStateListener
| Modifier and Type | Field and Description |
|---|---|
protected static Class[] |
columnClasses |
protected static String[] |
columnIdentifiers |
static String |
DATA_PROPERTY |
static int |
DURATION_FIELD_NO |
static int |
FROM_FIELD_NO |
static int |
TO_FIELD_NO |
| Constructor and Description |
|---|
VariableThroughputTimer() |
| Modifier and Type | Method and Description |
|---|---|
long |
delay()
Internally handles that delay for caller thread
|
org.apache.jmeter.testelement.property.JMeterProperty |
getData() |
org.apache.commons.lang3.tuple.Pair<Double,Long> |
getRPSForSecond(double elapsedSinceStartOfTestSec) |
void |
setData(org.apache.jmeter.testelement.property.CollectionProperty rows) |
protected void |
stopTest() |
void |
testEnded() |
void |
testEnded(String string) |
void |
testStarted() |
void |
testStarted(String string) |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertyprotected static final String[] columnIdentifiers
protected static final Class[] columnClasses
public static final String DATA_PROPERTY
public static final int DURATION_FIELD_NO
public static final int FROM_FIELD_NO
public static final int TO_FIELD_NO
public long delay()
delay in interface org.apache.jmeter.timers.Timerpublic void setData(org.apache.jmeter.testelement.property.CollectionProperty rows)
public org.apache.jmeter.testelement.property.JMeterProperty getData()
public org.apache.commons.lang3.tuple.Pair<Double,Long> getRPSForSecond(double elapsedSinceStartOfTestSec)
durationSinceStartOfTestSec - Elapsed time since start of test in secondsprotected void stopTest()
public void testStarted()
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testStarted(String string)
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded()
testEnded in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded(String string)
testEnded in interface org.apache.jmeter.testelement.TestStateListenerCopyright © 2018. All rights reserved.