parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
210 stars 121 forks source link

Ramp up workload intensity for Data-Caching and Data-Serving Benchmarks #430

Open Vlarabor opened 1 year ago

Vlarabor commented 1 year ago

Hello,

is there any way to linearly increase the workload intensity (RPS) for the data-caching as well as the data-serving benchmarks? As far as I can tell, the YCSB and Memcached clients only support constant load levels. However, I would like to run the benchmark with increasing workload intensities, i.e., 10 RPS - 10000 RPS over the duration of 30 minutes.

I have not found any starting points on achieving such behaviour yet, so can anybody point me in a direction?

Thanks in advance!

xusine commented 1 year ago

Hello,

Indeed, our load generator currently does not support this behavior. However, maybe you can write an additional script using these load generators to simulate the behavior you like. The effect of load generator ramping up and ramping down can be ignored when considering that your duration is 30 minutes.

Hope it is helpful.

Best,