-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DevSecOps : Identify Current Max Batch Concurrency #17002
Comments
Analyze Current Concurrency LimitsGoal: Understand the system's existing concurrency behavior and identify potential bottlenecks. Tasks:
|
Design and Execute Concurrency TestsGoal: Measure system performance while increasing the number of concurrent senders for different batch sizes. Tasks:
|
Analyze Results and Determine Concurrency ThresholdsGoal: Evaluate the performance metrics to identify the maximum concurrency levels for different batch sizes. Tasks:
|
Validate Findings in ProductionGoal: Test the identified concurrency thresholds in a controlled production environment. Tasks:
|
Monitoring Batch Concurrency Metrics1. Metrics to Monitor
2. KQL Queries for Monitoring Concurrency
|
Visualizing Concurrency Metrics
|
Objective:
Determine the maximum number of concurrent batches (senders) the system can handle without performance degradation, given different batch sizes.
Deliverables
The text was updated successfully, but these errors were encountered: