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 allWorkloadGenerator
s for a PCM usage model.ClosedWorkloadGenerator A closed workload is a workload sustaining a fixed amount ofUser
s, which are called the workload population.OpenWorkloadGenerator An open workload generates a newUser
as soon as a specified time duration has passed since the previous user has been created.