| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.listeners |
| Modifier and Type | Method and Description |
|---|---|
AutoStopListener.AggregatedConditionBuilder<T> |
AutoStopListener.AggregatedConditionBuilder.every(Duration period)
Specifies the period of time between each aggregation (min, max, etc) evaluation and reset.
|
AutoStopListener.AggregatedConditionBuilder<Duration> |
AutoStopListener.TimeMetricConditionBuilder.max()
Specifies to check the maximum value of the selected condition metric.
|
AutoStopListener.AggregatedConditionBuilder<Duration> |
AutoStopListener.TimeMetricConditionBuilder.mean()
Specifies to check the mean/average value of the selected condition metric.
|
AutoStopListener.AggregatedConditionBuilder<Duration> |
AutoStopListener.TimeMetricConditionBuilder.min()
Specifies to check the minimum value of the selected condition metric.
|
AutoStopListener.AggregatedConditionBuilder<Double> |
AutoStopListener.ErrorsConditionBuilder.percent()
Specifies to check the error percentage.
|
AutoStopListener.AggregatedConditionBuilder<Duration> |
AutoStopListener.TimeMetricConditionBuilder.percentile(double percentile)
Specifies to check a given percentile value of the selected condition metric.
|
AutoStopListener.AggregatedConditionBuilder<Double> |
AutoStopListener.CountMetricConditionBuilder.perSecond()
Specifies to check the average sum per second of selected condition metric.
|
AutoStopListener.AggregatedConditionBuilder<Long> |
AutoStopListener.CountMetricConditionBuilder.total()
Specifies to check the total sum of selected condition metric.
|
Copyright © 2024. All rights reserved.