Class PreciseThroughputTimerWrapper

    • Method Detail

      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
        Specified by:
        getGuiClass in interface JMeterGUIWrapper<org.apache.jmeter.testbeans.gui.TestBeanGUI>
      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
        Specified by:
        getTestClass in interface TestElementWrapper<org.apache.jmeter.timers.poissonarrivals.PreciseThroughputTimer>
      • getBatchSize

        public java.lang.String getBatchSize()
        Batched departures. Number of threads in the batch (threads).
      • setBatchSize

        public void setBatchSize​(java.lang.String batchSize)
        Batched departures. Number of threads in the batch (threads).
      • getBatchThreadDelay

        public java.lang.String getBatchThreadDelay()
        Batched departures. Delay between threads in the batch (ms).
      • setBatchThreadDelay

        public void setBatchThreadDelay​(java.lang.String batchThreadDelay)
        Batched departures. Delay between threads in the batch (ms).
      • getRandomSeed

        public java.lang.String getRandomSeed()
        Setting to ensure repeatable sequence : Random seed (change from 0 to random).
      • setRandomSeed

        public void setRandomSeed​(java.lang.String randomSeed)
        Setting to ensure repeatable sequence : Random seed (change from 0 to random).
      • getThroughput

        public java.lang.String getThroughput()
        Delay threads to ensure target throughput : Target throughput (in samples per 'throughput period').
      • setThroughput

        public void setThroughput​(java.lang.String throughput)
        Delay threads to ensure target throughput : Target throughput (in samples per 'throughput period').
      • getThroughputPeriod

        public java.lang.String getThroughputPeriod()
        Delay threads to ensure target throughput : Throughput period (seconds).
      • setThroughputPeriod

        public void setThroughputPeriod​(java.lang.String throughputPeriod)
        Delay threads to ensure target throughput : Throughput period (seconds).
      • getDuration

        public java.lang.String getDuration()
        Delay threads to ensure target throughput : Test duration (seconds).
      • setDuration

        public void setDuration​(java.lang.String duration)
        Delay threads to ensure target throughput : Test duration (seconds).