Wise contains a controllable generator of synthetic workloads that are representative of web-facing applications.
ATLoad is a synthetic workload generator written in Python with controls over the average number of requests per second and the frequency of different types of requests.
A workload is configured in a YAML file containing its basic properties and a weighted transition graph where nodes represent the different types of requests and arc weights represent the probabilities of transitioning from one type of request to another. Each request type has to be implemented by a Python method with the same name in a class that inherits from the ATLoad base class.
[TODO] Add Github Link