II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--stress-testing-analysis
specializations/performance-optimization/stress-testing-analysis overview
Stress Testing and Breaking Point Analysis - Conduct stress tests to find system limits including incremental load testing, breaking point identification, degradation pattern analysis, and recovery testing.
Attributes
displayName
specializations/performance-optimization/stress-testing-analysis
description
Stress Testing and Breaking Point Analysis - Conduct stress tests to find system limits including
incremental load testing, breaking point identification, degradation pattern analysis, and recovery testing.
libraryPath
library/specializations/performance-optimization/stress-testing-analysis.js
specialization
performance-optimization
references
- - Chaos Engineering: https://principlesofchaos.org/
example
const result = await orchestrate('specializations/performance-optimization/stress-testing-analysis', {
projectName: 'Payment Gateway',
targetApplication: 'payment-api',
maxLoad: 10000
});
usesAgents
- gatling-load-testing
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:performance-optimization·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area3
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
- skill-area:profiling-cpu·SkillAreaCPU Profiling
- skill-area:stress-testing·SkillAreaStress Testing
Incoming edges
None.