Uses of Class
org.mockserver.mock.action.http.LoadScenarioOrchestrator.ThresholdResult
Packages that use LoadScenarioOrchestrator.ThresholdResult
-
Uses of LoadScenarioOrchestrator.ThresholdResult in org.mockserver.mock.action.http
Fields in org.mockserver.mock.action.http with type parameters of type LoadScenarioOrchestrator.ThresholdResultModifier and TypeFieldDescriptionLoadScenarioOrchestrator.LoadScenarioStatus.thresholdResultsPer-threshold results behind theLoadScenarioOrchestrator.LoadScenarioStatus.verdict(empty when no thresholds / not evaluated).Constructor parameters in org.mockserver.mock.action.http with type arguments of type LoadScenarioOrchestrator.ThresholdResultModifierConstructorDescriptionLoadScenarioStatus(String name, LoadScenarioState state, long elapsedMillis, int currentVus, long requestsSent, long succeeded, long failed, long p50Millis, long p95Millis, long p99Millis, long p999Millis, long droppedIterations, String runId, long startedAtEpochMillis, Long endedAtEpochMillis, Map<String, String> labels, LoadScenario scenario, int stageIndex, String stageType, double currentTarget, long startDelayMillis, String verdict, boolean abortedByThreshold, List<LoadScenarioOrchestrator.ThresholdResult> thresholdResults)