org.apache.jmeter.engine
Class LagDetector
java.lang.Object
java.lang.Thread
org.apache.jmeter.engine.LagDetector
- All Implemented Interfaces:
- Runnable
- public class LagDetector
- extends Thread
TODO - appears to be unused
- Version:
- $Revision: 493779 $
Constructor Summary |
LagDetector()
Constructor for the LagDetector object. |
Method Summary |
float |
getAveLag()
Gets the AveLag attribute of the LagDetector object. |
float |
getLagRatio()
Gets the LagRatio attribute of the LagDetector object. |
void |
run()
Main processing method for the LagDetector object. |
void |
stopRunning()
|
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
MAX_SLEEP
public static final long MAX_SLEEP
- See Also:
- Constant Field Values
LagDetector
public LagDetector()
- Constructor for the LagDetector object.
getAveLag
public float getAveLag()
- Gets the AveLag attribute of the LagDetector object.
- Returns:
- the AveLag value
getLagRatio
public float getLagRatio()
- Gets the LagRatio attribute of the LagDetector object.
- Returns:
- the LagRatio value
stopRunning
public void stopRunning()
run
public void run()
- Main processing method for the LagDetector object.
Copyright © 1998-2007 Apache Software Foundation. All Rights Reserved.