| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.listeners |
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoStopListener.ErrorsConditionBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AutoStopListener.CountMetricConditionBuilder |
AutoStopListener.AutoStopCondition.receivedBytes()
Specifies to create a condition that evaluates the number bytes (response bytes) received
from the service under test.
|
AutoStopListener.CountMetricConditionBuilder |
AutoStopListener.AutoStopConditionBuilder.receivedBytes() |
static AutoStopListener.CountMetricConditionBuilder |
AutoStopListener.AutoStopCondition.samples()
Specifies to create a condition that evaluates the number of samples.
|
AutoStopListener.CountMetricConditionBuilder |
AutoStopListener.AutoStopConditionBuilder.samples() |
static AutoStopListener.CountMetricConditionBuilder |
AutoStopListener.AutoStopCondition.sentBytes()
Specifies to create a condition that evaluates the number bytes sent (request bytes) to the
service under test.
|
AutoStopListener.CountMetricConditionBuilder |
AutoStopListener.AutoStopConditionBuilder.sentBytes() |
Copyright © 2024. All rights reserved.