Availability - CI/CD用語集の定義
Availability とは、システムが稼働しリクエストを処理できる時間の割合であり、一般に 99.9 パーセント(「スリーナイン」)のようなパーセンテージで表される。
ナインが意味すること
99.9 パーセントは年間およそ 8.76 時間の downtime を許容し、99.99 パーセントはおよそ 52.6 分を許容します。ナインが 1 つ増えるごとに、許容される downtime はおよそ 10 分の 1 に減ります。
関連ガイド
Uptime - CI/CD Glossary DefinitionUptime: Uptime is the total time a system has been running and reachable without interruption. Availability i…
Downtime - CI/CD Glossary DefinitionDowntime: Downtime is any period during which a system is unavailable to serve requests, whether from an outa…
Service Level Objective (SLO) - CI/CD Glossary DefinitionService Level Objective (SLO): A service level objective is a target value or range for a service level indic…