Search in sources :

Example 1 with MinAggregatorFactory

use of org.apache.jmeter.report.processor.MinAggregatorFactory in project jmeter by apache.

the class ResponseTimePercentilesOverTimeGraphConsumer method createMinGroupInfo.

/**
     * Creates the group info for min elapsed time
     * @return the group info
     */
private GroupInfo createMinGroupInfo() {
    StaticSeriesSelector seriesSelector = new StaticSeriesSelector();
    seriesSelector.setSeriesName("Min");
    return new GroupInfo(new MinAggregatorFactory(), seriesSelector, new SuccessfulElapsedTimeValueSelector(), false, false);
}
Also used : StaticSeriesSelector(org.apache.jmeter.report.processor.graph.StaticSeriesSelector) SuccessfulElapsedTimeValueSelector(org.apache.jmeter.report.processor.graph.SuccessfulElapsedTimeValueSelector) MinAggregatorFactory(org.apache.jmeter.report.processor.MinAggregatorFactory) GroupInfo(org.apache.jmeter.report.processor.graph.GroupInfo)

Aggregations

MinAggregatorFactory (org.apache.jmeter.report.processor.MinAggregatorFactory)1 GroupInfo (org.apache.jmeter.report.processor.graph.GroupInfo)1 StaticSeriesSelector (org.apache.jmeter.report.processor.graph.StaticSeriesSelector)1 SuccessfulElapsedTimeValueSelector (org.apache.jmeter.report.processor.graph.SuccessfulElapsedTimeValueSelector)1