Capacity Estimation

Turn a vague performance requirement into arithmetic before the architecture is chosen, size concurrency with Little's Law, and label every input as measured, derived, or assumed. Use when a design calls itself "scalable" or "fast" without a number, when choosing between one machine and a distributed system, when sizing a thread pool, connection pool, queue, or instance count, or when someone asks how much traffic, storage, or bandwidth a system will need.

aethrox Updated

File contents

aethrox/doctrine/tree/main/skills/capacity-estimation commit fb913ab0f4

Frequently asked questions

npx skillmds@latest add aethrox/capacity-estimation