Every host puts an uptime number on the pricing page. Almost nobody explains what it means, and the gap between "99.9%" and "always on" is where a lot of frustration lives.
So let's do the math, read the fine print, and talk about how you verify the number instead of trusting it.
The Math Nobody Shows You
Uptime percentages are a downtime budget. Here's what each tier actually buys you:
| Uptime | Downtime per month | Per year |
|---|---|---|
| 99% | ~7 hours 18 min | ~3.65 days |
| 99.9% | ~43 minutes | ~8.75 hours |
| 99.95% | ~22 minutes | ~4.4 hours |
| 99.99% | ~4 minutes 23 sec | ~52 minutes |
Two things jump out. First, that "two nines" plans are effectively unusable for a business that sells online, at a full working day offline every year. Second, that the jump from 99.9% to 99.99% is a 10x engineering problem: redundant servers, failover, load balancing, and a much bigger bill. For most small businesses, 99.9% is the right buy: you just need to know it's 43 minutes, not zero.
What the SLA Quietly Excludes
Read any hosting SLA and you'll find carve-outs. The common ones:
- Scheduled maintenance. Announced windows usually don't count against the number. Fair enough, but ask how much notice you get and whether you can pick the window.
- Your own code. A plugin update that white-screens your site is a your-side outage. The server was up; the site wasn't.
- Network conditions outside the datacenter. Upstream provider issues, DDoS events, and DNS problems at your registrar are typically excluded.
- The credit is not the cost. Most SLAs pay out a prorated hosting credit. If four hours offline costs you $3,000 in orders, a $2 credit is not a remedy. The SLA is a signal of confidence, not insurance.
None of that makes an SLA worthless. It just means you should read it as "here's how seriously we take this," not "here's your protection."
Uptime Is Not the Same as Working
This is the trap. A server can respond 200 OK while your checkout is broken, your contact form silently fails, or your TLS certificate expires and every visitor sees a scary browser warning. Ping-level monitoring says everything is fine. Your customers disagree.
Real monitoring checks the things that make you money:
- Full-page load, not just a TCP handshake
- A keyword on the page: if "Add to Cart" disappears, that's an outage
- TLS certificate expiry, days in advance
- Form and checkout flows, on a schedule
- From more than one location, so you can tell a real outage from a bad route
Verify It Yourself
Don't take the pricing page's word for it. Point an independent monitor at your own site (there are free tiers that check every minute) and let it run for a quarter. Now you have your own numbers, and when something goes sideways you're opening a support ticket with timestamps instead of "it felt slow yesterday."
Two more habits worth building:
- Check the status page history, not the current status. Anyone can be green today. A host that publishes honest postmortems is telling you something good.
- Watch response time, not just up/down. A site that takes nine seconds to load is "up" and still losing customers. Degradation almost always precedes an outage.
How We Handle It
Node Dog Cloud runs on NVMe-backed infrastructure with a 99.9% uptime guarantee, but the part that matters day to day is the monitoring behind it: keyword-level checks, certificate expiry alerts, and someone actually reading the alarms. We'd rather fix a problem at 6am than explain it at 9am.
The Bottom Line
99.9% uptime means about 43 minutes a month, excludes more than you'd guess, and says nothing about whether your checkout works. Pick a host that publishes a real number, monitor it independently, and judge the relationship by how outages get handled, not by how the guarantee is worded.
Want a second set of eyes on your current setup? We'll tell you straight whether it's holding up.
Want to Know Your Real Uptime?
Node Dog Cloud publishes real numbers and backs them with keyword-level monitoring, certificate alerts, and people who read the alarms. Request a free uptime and monitoring review of your current host.