Class StatisticsSummaryConsumer

All Implemented Interfaces:
SampleConsumer, SampleProcessor, SampleProducer

public class StatisticsSummaryConsumer extends AbstractSummaryConsumer<StatisticsSummaryData>
The class StatisticsSummaryConsumer provides a consumer that calculates:
  • total number of samples
  • errors
  • error %
  • mean response time
  • median response time
  • percentile 1 (90% by default)
  • percentile 2 (95% by default)
  • percentile 3 (99% by default)
  • throughput
  • received bytes per second
  • sent bytes per second
  • min
  • max
Since:
3.0