RateTrafficConfigΒΆ
class RateTrafficConfig ( BaseTrafficConfig )
Polymorphic Type:
type: rateAll
BaseTrafficConfigtypes:
rate: RateTrafficConfig
concurrent: ConcurrentTrafficConfig
sequential_launch: SequentialLaunchTrafficConfig
Fields:
cancel_session_on_failurebool =TrueWhether to cancel the session on failure of any request.
interval_generatorBaseIntervalGeneratorConfig = PoissonIntervalGeneratorConfigInterval generator for the traffic (sessions per second).
Available types:
gamma: GammaIntervalGeneratorConfigpoisson: PoissonIntervalGeneratorConfigfixed: FixedIntervalGeneratorConfig