Package org.mockserver.load


package org.mockserver.load
  • Class
    Description
    Per-iteration template variable exposed to a LoadScenario step under the key "iteration", sibling of request / response.
    The load profile of a LoadScenario: an ordered list of LoadStages the orchestrator runs in sequence.
    An API-driven load scenario: an ordered list of templated request LoadSteps driven at a target concurrency described by a LoadProfile, with optional per-iteration data variation via the scenario's HttpTemplate.TemplateType.
    Lifecycle state of a registered load scenario in the load-scenario registry.
    One stage of a LoadProfile: a contiguous slice of the run holding or ramping a setpoint for durationMillis.
    The kind of a LoadStage in a LoadProfile.
    One ordered step of a LoadScenario: the request to fire and the optional think-time to wait before firing the next step in the same iteration.
    The interpolation curve used to ramp a value (virtual users or arrival rate) from a start setpoint to an end setpoint across a LoadStage as its progress p advances over [0, 1].