io.gatling.core.controller

throttle

package throttle

Visibility
  1. Public
  2. All

Type Members

  1. case class Hold(duration: FiniteDuration) extends ThrottleStep with Product with Serializable

  2. case class Jump(target: Int) extends ThrottleStep with Product with Serializable

  3. case class Reach(target: Int, duration: FiniteDuration) extends ThrottleStep with Product with Serializable

  4. case class ReachIntermediate(target: Int, history: List[ThrottleStep]) extends Product with Serializable

  5. class ThisSecondThrottle extends AnyRef

  6. sealed trait ThrottleStep extends AnyRef

  7. case class ThrottledRequest(scenarioName: String, request: () ⇒ Unit) extends ThrottlerMessage with Product with Serializable

  8. class Throttler extends AnyRef

  9. class ThrottlerActor extends BaseActor

  10. sealed trait ThrottlerMessage extends AnyRef

  11. case class Throttling(steps: List[ThrottleStep]) extends ThrottlingSupport with Product with Serializable

  12. case class ThrottlingProfile(limit: (Long) ⇒ Int, duration: FiniteDuration) extends Product with Serializable

  13. trait ThrottlingSupport extends AnyRef

Value Members

  1. object OneSecondTick extends ThrottlerMessage with Product with Serializable

  2. object Throttler

  3. object ThrottlerActor extends StrictLogging

Ungrouped