Updated: 2026-03-25
performance-test-gatling
Basic Information
Full Skill Guide
When
- Traffic is expected to grow and capacity limits are unknown.
- Latency, error rate, or saturation symptoms appear in production-like traffic.
- Team needs data-backed scaling and optimization decisions.
What
- Measure system behavior through Gatling simulation and throughput profiling.
- Identify bottlenecks across application, database, and dependency layers.
- Deliver capacity baseline and optimization priorities.
How
- Define SLO targets and workload model (normal, peak, spike).
- Prepare realistic traffic mix and representative test data.
- Run baseline, ramp-up, and steady-state test phases.
- Correlate response metrics with infrastructure signals.
- Isolate bottleneck component and validate hypothesis.
- Report capacity threshold, failure mode, and remediation plan.
Reference
Positive Example (Input -> Output)
Input:
- SLO: P95 < 300ms, peak 1200 RPS, checkout + search path
Output:
- At 1050 RPS DB pool saturation starts; P95 reaches 340ms
- CPU stable, DB wait time spikes
- Recommendation: increase pool + optimize hot query before release
Negative Example (Input -> Output)
Input:
- "Run a stress test"
Output (problem):
- No SLO target, no workload shape, no bottleneck evidence
- Results cannot support scale decision
Limits
- Do not run synthetic tests that ignore real traffic pattern.
- Do not conclude from average latency only.
- Do not skip dependency-level diagnostics.
- Do not compare runs with inconsistent environment baselines.
- Do not approve capacity without threshold evidence.
Usage Guide
- Install and enable
performance-test-gatlingfirst (use the install commands in this page). - In your request, provide required context: scope, environment, timeline, and expected output format.
- Trigger with load targets, for example: "Use
performance-test-gatlingwith p95<300ms and peak 1200 RPS." - Require outputs: workload model, thresholds, bottleneck analysis, and tuning recommendations.
- Repeat after tuning and ask for before/after comparison summary.
Installation
Platform
AI Tool
Quick install (one line)
Generating command... Full script
Loading script...