Skip to content

v3.5 Overview

Andrey Kurilov edited this page Jul 25, 2017 · 36 revisions

Location

TODO

Release Notes

New Features and Enhancements

Functional

  1. Output configuration enhancements

    1. Generate the new test id for each new test if the test id is not configured. It's not recommended to use the --test-step-id CLI argument since v3.5.
    2. The logging configuration file is moved from the "user space" to the resource bundle. The logging is configured through the main configuration.
    3. New output options.
      1. Console output coloring flag.
      2. Average metrics time period.
      3. Average metrics persistence flag.
      4. Average metrics table header period.
      5. Summary metrics persistence flag.
      6. Trace metrics persistence flag.
  2. [Monitoring API|v3.5 Monitoring API].

  3. [Management API|v3.5 Management API].

  4. [Recycle Mode|v3.5 Recycle Mode].

  5. Force stop the load step if there's too much errors.

Fixed Bugs

TODO

Miscellaneous

  1. Configuration Layout Change

    Old parameter name (v < 3.5.0) New parameter name (v >= 3.5.0)
    load-circular load-generator-recycle
    item-data-content-file item-data-input-file
    item-data-content-seed item-data-input-seed
    item-data-content-ring-cache item-data-input-layer-cache
    item-data-content-ring-size item-data-input-layer-size
    test-step-limit-rate load-rate-limit
    test-step-metrics-period output-metrics-average-period
    test-step-metrics-threshold output-metrics-threshold
    test-step-name test-step-id
    test-step-precondition N/A (see the [[Metrics Output

Documentation

Clone this wiki locally