I am trying to simulate a sine wave workload using YCSB
. The goal is to have the request rate follow a sine wave pattern over time. However, YCSB
does not natively support dynamic throughput adjustments.
How can I do it?
There is this YCSB fork that can generate a sine wave.
A sine wave can be produced using these properties:
strategy = sine | constant (defaults to constant)
amplitude = Int
baseTarget = Int
period = Int