From 9c322511f52736faaf8b70d7e64b77be89c0e35a Mon Sep 17 00:00:00 2001 From: Chuck Dingxuan Chen Date: Wed, 20 Sep 2023 11:11:26 -0700 Subject: [PATCH] Availability fact check (four 9s downtime per week is off) and roundings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f41e7b..456ca67 100644 --- a/README.md +++ b/README.md @@ -540,8 +540,8 @@ Availability is often quantified by uptime (or downtime) as a percentage of time | Duration | Acceptable downtime| |---------------------|--------------------| -| Downtime per year | 8h 45min 57s | -| Downtime per month | 43m 49.7s | +| Downtime per year | 8h 45min 57.6s | +| Downtime per month | 43m 49.8s | | Downtime per week | 10m 4.8s | | Downtime per day | 1m 26.4s | @@ -549,9 +549,9 @@ Availability is often quantified by uptime (or downtime) as a percentage of time | Duration | Acceptable downtime| |---------------------|--------------------| -| Downtime per year | 52min 35.7s | -| Downtime per month | 4m 23s | -| Downtime per week | 1m 5s | +| Downtime per year | 52min 35.8s | +| Downtime per month | 4m 23.0s | +| Downtime per week | 1m 0.5s | | Downtime per day | 8.6s | #### Availability in parallel vs in sequence