Last active
May 4, 2021 06:02
-
-
Save shivam-tripathi/d038c94da4cf1591756eef5a35c1301a to your computer and use it in GitHub Desktop.
Availability percentage to time mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------------+-----------------------+---------------+ | |
| Availability % | per day | per year | | |
+================+=======================+===============+ | |
| 99% | 864s = (24*60*60)/100 | 5256 minutes | | |
+----------------+-----------------------+---------------+ | |
| 99.9% | 86.4s | 525.6 minutes | | |
+----------------+-----------------------+---------------+ | |
| 99.99% | 8.64s | 52.56 minutes | | |
+----------------+-----------------------+---------------+ | |
| 99.999% | 0.864s = 864ms | 5.256 minutes | | |
+----------------+-----------------------+---------------+ | |
| 99.9999% | 86.4ms | 31.56 seconds | | |
+----------------+-----------------------+---------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment