Skip to content

Commit

Permalink
Mention feedback loop as future enhancement of Cluster Loader
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Jun 29, 2018
1 parent c786238 commit 82ec150
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clusterloader/docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,13 @@ necessary at the early begining.
- `+` operation will be supported
- though, only simple expressions (like {{ N+i%5 }} or {{ RAND%3+5 }} will
be supported (at least initially).

2. Feedback loop from monitoring.
Assume that we defined some SLO (that Cluster Loader is able to measure) and
now we want to understand what conditions need to be satisfied to meet this
SLO (e.g. what throughput we can support to meet the latency SLO).
Providing a feedback loop from measurements to load generation tuning can
solve that problem automatically for us.
There are a number of details that needs to be figured out to do that, that's
not needed for the initial version (or for migration existing scalability
tests), but that should also happen once the framework is already usable.

0 comments on commit 82ec150

Please sign in to comment.