Mean Time Between Failures (MTBF) - CI/CD用語集の定義
Mean time between failures とは、修理可能なシステムにおいて、ある障害から次の障害までの平均経過時間であり、どれくらいの頻度で壊れるかの尺度である。
MTBF と MTTR の違い
MTBF はインシデントとインシデントの間にシステムがどれだけ稼働し続けるかを測り、mean time to recovery は各インシデントがどれだけ続くかを測ります。MTBF が伸びるか MTTR が縮むと availability は上がります。
関連ガイド
Mean Time To Recovery (MTTR) - CI/CD Glossary DefinitionMean Time To Recovery (MTTR): Mean time to recovery is the average time it takes to restore service after a f…
Availability - CI/CD Glossary DefinitionAvailability: Availability is the proportion of time a system is operational and able to serve requests, comm…
Mean Time To Detect (MTTD) - CI/CD Glossary DefinitionMean Time To Detect (MTTD): Mean time to detect is the average time between when a failure starts and when mo…