LinearSessionGraphGeneratorConfigΒΆ
class LinearSessionGraphGeneratorConfig ( BaseSessionGraphGeneratorConfig )
Generator of linear request graphs (a sequence of requests).
Polymorphic Type:
type: linearAll
BaseSessionGraphGeneratorConfigtypes:
single_request: SingleRequestSessionGraphGeneratorConfig
branching: BranchingSessionGraphGeneratorConfig
Fields:
inherit_historybool =TrueWhether subsequent requests can inherit history from previous ones.
num_request_generatorBaseLengthGeneratorConfig = UniformLengthGeneratorConfigThe generator for the number of requests.
Available types:
fixed: FixedLengthGeneratorConfigfixed_stair: StairLengthGeneratorConfiguniform: UniformLengthGeneratorConfiginverse_gaussian: InverseGaussianLengthGeneratorConfig
request_wait_generatorBaseIntervalGeneratorConfig = PoissonIntervalGeneratorConfigThe generator for the wait time between requests.
Available types:
gamma: GammaIntervalGeneratorConfigpoisson: PoissonIntervalGeneratorConfigfixed: FixedIntervalGeneratorConfig