1 — Performance Fundamentals
Purpose
[stub: performance-fundamentals]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
10 — Soak Testing
Running sustained load over hours or days to surface the failure modes — memory leaks, connection exhaustion, log disk fill — that only appear over time.
11 — Capacity Testing
Finding the actual ceiling of a system's current configuration, which is the number capacity planning is supposed to be forecasting against.
12 — Performance Bottlenecks
Why a system's bottleneck moves once you fix the current one, and the systematic method for finding the next constraint instead of chasing symptoms.
13 — Performance Optimization
Measure first, optimize the actual bottleneck, measure again — the discipline that keeps performance work from becoming expensive, unmeasured guesswork.