Error Rate - CI/CD用語集の定義
Error rate とは、失敗したリクエストの割合であり、通常はある時間ウィンドウ内の総リクエストに対するパーセンテージとして表され、HTTP 5xx などのステータスクラスごとに分けられることも多い。
load test の停止条件
error rate は load test における標準的なしきい値です。エラーが小さなパーセンテージを超えると run が自動的に失敗扱いになることがよくあります。リクエストがエラーになっていると、レイテンシの数値は意味を持たなくなるためです。
関連ガイド
Availability - CI/CD Glossary DefinitionAvailability: Availability is the proportion of time a system is operational and able to serve requests, comm…
Service Level Indicator (SLI) - CI/CD Glossary DefinitionService Level Indicator (SLI): A service level indicator is a quantitative measure of a service's behavior, s…
Apdex Score - CI/CD Glossary DefinitionApdex Score: Apdex (Application Performance Index) is a standardized score from 0 to 1 that summarizes user s…