Class GaussianRandomTimer

All Implemented Interfaces:
Serializable, Cloneable, Searchable, org.apache.jmeter.testelement.TestElement, ModifiableTimer, Timer

public class GaussianRandomTimer extends RandomTimer implements Serializable
This class implements those methods needed by RandomTimer to be instantiable and implements a random delay with an average value and a gaussian distributed variation.
See Also:
  • Constructor Details

    • GaussianRandomTimer

      public GaussianRandomTimer()
  • Method Details

    • delay

      public long delay()
      Description copied from class: ConstantTimer
      Retrieve the delay to use during test execution.
      Specified by:
      delay in interface Timer
      Overrides:
      delay in class ConstantTimer
      Returns:
      the delay.
    • toString

      public String toString()
      Description copied from class: ConstantTimer
      Provide a description of this timer class.
      Overrides:
      toString in class ConstantTimer
      Returns:
      the description of this timer class.