Apache JMeter
2.0.1.20050615

org.apache.jmeter.engine
Class LagDetector

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.apache.jmeter.engine.LagDetector
All Implemented Interfaces:
Runnable

public class LagDetector
extends Thread

TODO - appears to be unused

Version:
$Revision: 1.5 $

Field Summary
static long MAX_SLEEP
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_SLEEP

public static final long MAX_SLEEP
See Also:
Constant Field Values
Constructor Detail

LagDetector

public LagDetector()
Constructor for the LagDetector object.

Method Detail

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.


Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.