Ops / SRE
SLA, cron, timezones and capacity planning.
The Ops / SRE toolkit is a set of calculators for anyone who has to turn service reliability and cost into hard numbers. Use it to see how many minutes of monthly or yearly downtime an SLA actually allows (99.9% vs 99.99%), what an hour of outage costs in lost revenue, when a cron expression next fires, what an epoch or ISO timestamp in your logs maps to in your timezone, how much bandwidth cost and server RAM a traffic spike requires, and what latency percentiles like p95 and p99 really mean. It is built for SREs, backend and infrastructure engineers, DevOps practitioners, and ops staff writing incident reports or doing capacity planning.
The common workflow for these checks is straightforward. Start from a target SLA or a measured value (availability, response time, traffic), then translate it into a concrete operational figure: allowed downtime, monthly cost, or required resources. During incident response and postmortems, convert log timestamps so your timeline lines up, validate the next cron run so scheduled jobs aren't silently missed, and read percentiles to understand tail latency and whether an SLO was breached. Every calculation runs entirely in your browser and no input is ever sent to a server.