What Is the USE Method?
The USE method is a systematic approach that, for each resource, examines its utilization, saturation, and errors. Walking every significant resource such as CPU, memory, disk, and network through these three questions quickly localizes bottlenecks. It complements request-centric methods by focusing on the system side rather than the workload.
Why it matters
When a service is slow but its request metrics look fine, the cause is often a constrained resource. The USE checklist offers a fast, structured way to find which resource is the limit.
Related guides
What Is the RED Method?The RED method monitors request-driven services using three metrics: rate, errors, and duration, giving a req…
What Is the Saturation Golden Signal?The saturation golden signal measures how full a constrained resource is, such as CPU, memory, or a queue, in…
What Are the Four Golden Signals?The four golden signals are latency, traffic, errors, and saturation, a compact set of metrics that together…