performance-profiling
Installation
SKILL.md
Performance Profiling Skill
Optimization Golden Rule
"Don't optimize without a baseline." Always measure -> change -> measure.
Critical Metrics (The 4 Golden Signals)
- Latency: Time it takes to serve a request. (p50, p95, p99)
- Traffic: Demand on your system (req/sec).
- Errors: Rate of requests that fail.
- Saturation: How "full" your service is (CPU/Memory usage).