public static class AutoStopListener.CountMetricConditionBuilder extends AutoStopListener.MetricConditionBuilder
ret| Modifier | Constructor and Description |
|---|---|
protected |
CountMetricConditionBuilder(AutoStopConditionElement ret,
AutoStopMetric metric) |
| Modifier and Type | Method and Description |
|---|---|
AutoStopListener.AggregatedConditionBuilder<Double> |
perSecond()
Specifies to check the average sum per second of selected condition metric.
|
AutoStopListener.AggregatedConditionBuilder<Long> |
total()
Specifies to check the total sum of selected condition metric.
|
protected CountMetricConditionBuilder(AutoStopConditionElement ret, AutoStopMetric metric)
public AutoStopListener.AggregatedConditionBuilder<Long> total()
By default, the total is not reset during a test plan execution and is evaluated on each
sample result. If you want to change this you can use
AutoStopListener.AggregatedConditionBuilder.every(Duration).
public AutoStopListener.AggregatedConditionBuilder<Double> perSecond()
By default, the aggregated value is not reset during a test plan execution and is evaluated
on each sample result. This might lead to the value being "stuck" by past sample results.
Check AutoStopListener.AggregatedConditionBuilder.every(Duration) for more details.
Copyright © 2024. All rights reserved.