AutoStopCriteriaOutput interface
Auto stop criteria for a test. This will automatically stop a load test if the error percentage is high for a certain time window.
Properties
| auto |
Whether auto-stop should be disabled. The default value is false. |
| error |
Threshold percentage of errors on which test run should be automatically stopped. Allowed values are in range of 0.0-100.0 |
| error |
Time window during which the error percentage should be evaluated in seconds. |
| maximum |
Maximum number of virtual users per load testing engine, at which the test run should be automatically stopped. |
Property Details
autoStopDisabled
Whether auto-stop should be disabled. The default value is false.
autoStopDisabled?: boolean
Property Value
boolean
errorRate
Threshold percentage of errors on which test run should be automatically stopped. Allowed values are in range of 0.0-100.0
errorRate?: number
Property Value
number
errorRateTimeWindowInSeconds
Time window during which the error percentage should be evaluated in seconds.
errorRateTimeWindowInSeconds?: number
Property Value
number
maximumVirtualUsersPerEngine
Maximum number of virtual users per load testing engine, at which the test run should be automatically stopped.
maximumVirtualUsersPerEngine?: number
Property Value
number