12 — Performance Bottlenecks
Purpose
[stub: performance-bottlenecks]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
1 — Performance Fundamentals
Latency, throughput, and utilization as the three numbers that describe any system's performance — and why optimizing one in isolation usually degrades another.
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.
13 — Performance Optimization
Measure first, optimize the actual bottleneck, measure again — the discipline that keeps performance work from becoming expensive, unmeasured guesswork.