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() |
|