-
Notifications
You must be signed in to change notification settings - Fork 10
v3.5 Overview
Andrey Kurilov edited this page Aug 26, 2017
·
36 revisions
TODO
-
Concurrency Model reworked and enhanced.
New Unlimited Concurrency feature added.
-
Recycle Mode reworked.
-
ECS/S3 Copy Ranges API support added.
As far as the Copy Ranges API feature is not compatible with the Amazon's S3 API the S3 storage driver was split in two:
-
amzs3
: general Amazon S3 compatible storage driver -
emc-s3
: Dell/EMC specific extension for the S3 storage driver
amzs3
is left as default storage driver. -
-
Output configuration enhancements
- 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. - The logging configuration file is moved from the "user space" to the resource bundle. The logging is configured through the main configuration.
- New output options.
- Generate the new test id for each new test if the test id is not
configured. It's not recommended to use the
-
Force stop the load step if there's too much errors.
TODO
-
Old parameter name (v < 3.5.0) New parameter name (v >= 3.5.0) load-circular load-generator-recycle-enabled load-queue-size load-generator-recycle-limit, storage-driver-queue-input, storage-driver-queue-output load-rate-limit load-limit-rate storage-driver-concurrency load-limit-concurrency storage-driver-io-workers storage-driver-threads 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
- Overview
- Deployment
- User Guide
- Troubleshooting
- Reference