Add Adaptive Capacity Listener plugin descriptor - #880
Closed
hilalsidhic wants to merge 1 commit into
Closed
Conversation
Owner
|
This overlaps with the existing Auto-Stop Listener ( The criteria that Auto-Stop doesn't have — a per-window error count ceiling, and comparing a response time percentile against the previous window — would be welcome as a pull request to Auto-Stop itself. It lives in this repo at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the descriptor for Adaptive Capacity Listener (
adaptive-capacity-listener) tosite/dat/repo/various.json.Adaptive Capacity Listener is an Apache JMeter listener and backend monitor plugin designed for adaptive capacity and resilience testing. It continuously tracks response performance over configurable evaluation windows and automatically halts tests when configured degradation or SLA thresholds are breached, injecting a synthetic failure sample to clearly mark threshold breaches in summary reports and HTML dashboards.
Features
PERCENT_LATENCY: Detects abnormal percentile latency growth compared to prior evaluation stages.ABSOLUTE_LATENCY: Enforces a hard latency ceiling in milliseconds.ERROR_RATE: Monitors error percentage per evaluation window.ERROR_COUNT: Enforces a maximum acceptable error count per window.AdaptiveCapacityBackendListener).Links