|
imaginemn is essentially correct. But I think there's an easier way. You don't need a 3rd party site. It's a simple formula:
Total time = 30 days per month * 24 hours per day * 60 minutes per hour = 43,200 minutes per month.
Take your uptime guarantee. In this example I'll use 99.99%:
(1 - .9999) * 43,200 = allowable minutes down per month.
So,
(.0001) * 43200 = 4.32 minutes.
|