Package edu.kit.ipd.sdq.eventsim.workload.generator
-
Interface Summary Interface Description WorkloadGenerator Classes implementing this interfaces generate the workload for the system under simulation.WorkloadGeneratorFactory -
Class Summary Class Description BuildWorkloadGenerator This command creates and returns a list of allWorkloadGenerators for a PCM usage model.ClosedWorkloadGenerator A closed workload is a workload sustaining a fixed amount ofUsers, which are called the workload population.OpenWorkloadGenerator An open workload generates a newUseras soon as a specified time duration has passed since the previous user has been created.