📚 DevOps calculators
The DevOps calculators cluster covers delivery and FinOps math: deployment frequency, change failure rate, MTTR, change lead time, error budget remaining/consumed/burn rate, MTTD, MTBF, service availability, toil percentage, reserved-instance savings, cost per deployment, cloud cost per user, cloud spend variance, CI/CD pipeline success rate, infrastructure utilization, and cloud waste percentage—each on a single-intent URL.
Run DORA, SRE, and FinOps math in one place: deployment frequency, CFR, MTTR, lead time, error budget remaining/consumed/burn, MTTD, MTBF, availability, toil, RI savings, cost per deployment, cloud cost per user, spend variance, pipeline success, utilization, and cloud waste %. Cross-link to Software Testing and Professional uptime tools when needed.
Key facts
| Primary audience | SRE, platform engineering, DevOps, and FinOps teams |
|---|---|
| Core formulas | DORA averages/rates, SLO error-budget remaining/burn, MTTD/MTBF/availability, toil, RI savings, cost per deploy, FinOps unit cost |
| Category | DevOps / SRE / FinOps |
| Related hubs | Software Testing; Professional KPIs (uptime/utilization) |
Definitions
DORA Four Keys
Deployment frequency, lead time for changes, change failure rate, and MTTR—common delivery performance metrics.
Error budget
Allowed unreliability implied by an SLO; consumed % compares downtime to that allowance.
FinOps unit cost
Cloud spend normalized to users, customers, or other demand units.
Formulas
- Deployment frequency: deployments ÷ period days
- CFR %: (failed changes ÷ total changes) × 100
- Error budget consumed %: downtime ÷ (period × (1 − SLO/100)) × 100
- Error budget remaining / burn rate, MTTD / MTBF, availability, toil, RI savings, cost per deployment
- Cloud waste %: (waste spend ÷ total cloud spend) × 100
Comparison table
| Topic | Guidance |
|---|---|
| Frequency vs CFR | Shipping often is only healthy when change failure rate stays controlled. |
| MTTR vs error budget | MTTR is average restore time; error budget tracks downtime against an SLO allowance. |
| Cost per user vs waste % | Unit cost is spend÷users; waste % is idle share of spend. |
Glossary references
Reinforce entities by pairing percent language with conversion pages when learners mix fractions, decimals, and ratios.
❓ Frequently Asked Questions
Which tools are the DORA Four Keys?
Deployment frequency, change lead time, change failure rate, and MTTR on this hub.
Do these replace observability or billing consoles?
No. They compute standard formulas from your exported counts and costs—source systems remain authoritative.
What did Wave 2 add for SRE and FinOps?
Error budget remaining and burn rate, MTTD, MTBF, service availability, toil percentage, reserved-instance savings, and cost per deployment.
Where is raw uptime %?
See the Professional uptime calculator linked from this hub; use error budget here when you have an SLO target.