Class Top5ErrorsBySamplerConsumer

  • All Implemented Interfaces:
    org.apache.jmeter.report.processor.SampleConsumer , org.apache.jmeter.report.processor.SampleProcessor , org.apache.jmeter.report.processor.SampleProducer

    
    public class Top5ErrorsBySamplerConsumer
    extends AbstractSummaryConsumer<TData>
                        

    The class Top5ErrorsBySamplerConsumer provides a consumer that calculates the TOP5 of errors by sampler.

    Since:

    3.1

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setIgnoreTransactionController(boolean ignoreTCFromTop5ErrorsBySampler)
      • Methods inherited from class org.apache.jmeter.report.processor.AbstractSampleConsumer

        addSampleConsumer, getConsumedChannelCount, getConsumedMetadata, getName, getWorkingDirectory, produce, removeSampleConsumer, setChannelAttribute, setConsumedMetadata, setName, setProducedMetadata, setSampleConsumer, setSampleConsumers, setSampleContext, startProducing, stopProducing
      • Methods inherited from class org.apache.jmeter.report.processor.AbstractSampleProcessor

        getChannelAttribute, getSampleContext
      • Methods inherited from class org.apache.jmeter.report.processor.AbstractSummaryConsumer

        consume, hasOverallResult, setHasOverallResult, startConsuming, stopConsuming, suppportsControllersDiscrimination
      • Methods inherited from class org.apache.jmeter.report.processor.SampleConsumer

        consume
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Top5ErrorsBySamplerConsumer

        Top5ErrorsBySamplerConsumer()
    • Method Detail

      • setIgnoreTransactionController

         void setIgnoreTransactionController(boolean ignoreTCFromTop5ErrorsBySampler)
        Parameters:
        ignoreTCFromTop5ErrorsBySampler - ignore transaction controller sampler results when computing top 5