Skip to content

SLA Monitoring configuration

The Service Level Agreement monitor will put thresholds on global statistics. SLA profiles defined in the Design screen apply to every sample result. But the SLA monitor applies to aggregated values for the whole test.

The SLA monitoring module allows you to apply thresholds on all requests, or containers and the following metrics:

  • Elapsed Time:

    • Min. Response Time: Minimum value recorded for Elapsed Time during the test.
    • Average Response Time: Average value for Elapsed Time during the test.
    • Max. Response Time: Maximum value recorded for Elapsed Time during the test.
  • Connect Time:

    • Min. Connect Time: Minimum value recorded for Connect Time during the test.
    • Average Connect Time: Average value for Connect Time during the test.
    • Max. Connect Time: Maximum value recorded for Connect Time during the test.
  • Latency:

    • Min. Latency Time: Minimum value recorded for Latency during the test.
    • Average Latency Time: Average value for Latency during the test.
    • Max. Latency Time: Maximum value recorded for Latency during the test.
  • Received Bytes:

    • Throughput rate: Received bytes per second.
    • responseSize.sum.PER_SAMPLE: Size of each response in bytes.
  • Sent Bytes:

    • Sent Bytes Rate: Sent bytes per second.
    • Sent Bytes Total: Total amount of bytes sent during the test.
  • Errors:

    • Error Rate: Number of errors per second.
    • Total Errors: Total amount of errors during the test.
  • Total Counts:

    • Hit Rate: Number of requests per second.
    • Error Rate: Number of errors per second.
    • Assertion Error Count: Number of assertion errors during the test.
    • assertionFailed.sum.PER_SAMPLE: Number of assertion errors per sample during the test.
    • Assertion Success Count: Number of assertion successes during the test.
    • Throughput rate: Received bytes per second.
    • Sent Bytes Rate: Sent bytes per second.
  • Percentages:

    • % Errors: Percentage of errors.
    • % Assertion Failed: Percentage of assertions failed.