rally/samples/tasks/sla/README.rst
Jesse Keating cf2f121515 Replace deprecated max_failure_precent sla
The new sla is a failure_rate with min/max sub-keys. Update the
documentation and examples to reflect this.

Change-Id: Id947e4684aa84fe7d6c239a28b92e2a893ddaf66
2015-01-26 13:03:29 -08:00

22 lines
495 B
ReStructuredText

SLA Configuration Samples
=========================
This directory contains SLA configuration samples.
SLA (Service-level agreement) is set of details for determining compliance
with contracted values such as maximum error rate or minimum response time.
Currently supported criteria:
failure_rate
-------------------
A maximum and/or a minimum failure rate expressed as max or min sub-keys.
max_seconds_per_iteration
-------------------------
Maximum time in seconds per one iteration.