Back to Developer Roadmap

Troubleshooting Methods: Analyzing 'red' Situations

src/data/roadmaps/postgresql-dba/content/[email protected]

4.01.0 KB
Original Source

Troubleshooting Methods: Analyzing 'red' Situations

The acronym stands for Rate, Errors, and Duration. These are request-scoped, not resource-scoped as the USE method is. Duration is explicitly taken to mean distributions, not averages.

The Rate is the number of requests per second. The Errors is the number of requests that failed. The Duration is the distribution of request durations.

The Red Method is a methodology for analyzing the performance of any system. It directs the construction of a checklist, which for server analysis can be used for quickly identifying resource bottlenecks or errors. It begins by posing questions, and then seeks answers, instead of beginning with given metrics (partial answers) and trying to work backwards.

Learn more from the following resources: