Client workload generator
Compare changes
+ 6
− 0
@@ -29,6 +29,8 @@ public:
@@ -29,6 +29,8 @@ public:
@@ -45,6 +47,10 @@ public:
@@ -45,6 +47,10 @@ public:
Start making the client workloads more robust.
Overview of this change:
src/client.cpp
src/clockwork/workload/workload.h and .cpp
src/clockwork/workload/example.h
or in other filessrc/client.cpp
lets you specify which workload to run.Current supported workload types are:
concurrency
requests in closed-loopburst
and idle
period. The durations of burst and idle are drawn from poisson distributions, and the BurstyClosedLoop workload is paramaterized by the mean burst and mean idle duration.rate
burst
and idle
periods similar to BurstyClosedLoop
.Other workloads to add: