Threshold discontinuity
Changing n can suddenly add or remove an allowed miss when ceil(n x target) crosses an integer. More checks do not change the rule smoothly.
Probability
Estimate the prospective probability that a finite set of independent availability checks will meet an SLA success ratio under an assumed availability rate.
PROSPECTIVE SLA SAMPLE PLAN
This is a design-stage operating-characteristic calculation. It turns an SLA percentage into an exact whole-number pass rule, then sums the binomial outcomes that satisfy it.
LIVE DECISION RECORD
Rows around and above the whole-number pass threshold expose the exact probability assigned to each sample outcome.
| Available checks | Missed checks | Exact probability | Cumulative probability | SLA classification |
|---|
CURRENT CALCULATION PROCESS
X ~ Binomial(n,p); r = ceil(nt); confidence = P(X >= r) = sum from k=r to n C(n,k)p^k(1-p)^(n-k)
| Symbol | Meaning and unit | Current value |
|---|---|---|
| assumedAvailabilityPct | Assumed availability per check (%) - Probability that one independently sampled check is available. | 99.5 |
| checks | Independent observation checks - Count of checks in the proposed verification plan. | 120 |
| slaTargetPct | SLA pass target (%) - Minimum available-check ratio used to classify the sample. | 99 |
Waiting for valid inputs.
WHO THIS MODEL SERVES
Primary audience: SLA owners, reliability analysts, auditors, and test designers choosing a finite availability-check plan.
Decision boundary: Use before sampling to compare pass likelihoods under a stated availability assumption; it does not estimate availability from completed observations.
HOW TO DESIGN THE SAMPLE
SAMPLING FUNDAMENTALS
FORMULA AND DEFAULT SUBSTITUTION
For 120 checks and a 99% target, r=ceil(118.8)=119, so only one miss is allowed. With p=0.995, the live result sums P(X=119)+P(X=120). No normal approximation is used.
DEEPER CONFIDENCE ANALYSIS
Changing n can suddenly add or remove an allowed miss when ceil(n x target) crosses an integer. More checks do not change the rule smoothly.
A small gap between assumed availability and target can cause a large confidence swing because probability mass sits near the boundary.
If one incident creates many adjacent failed polls, the independent-binomial model understates tail variability; incident-level blocks may be required.
WORKED PLAN CASES
At 120 checks, a 99% SLA needs 119 available checks. The plan asks how often a 99.5%-available endpoint clears a one-miss gate; it does not claim the endpoint is 99.5% available.
With a 100% SLA target, every check must be available and confidence is p^n. The boundary makes the compounding effect of a zero-miss rule explicit.
TERMS FOR SAMPLE GOVERNANCE
EVIDENCE RETENTION
Store monitor definitions, timestamp cadence, location mix, maintenance exclusions, incident-correlation treatment, the assumed-rate source, and the pass threshold. A count without its sampling protocol is not reproducible evidence.
LIMITS AND EXCLUSIONS
RELIABLE SOURCES
SLA SAMPLE-PLAN FAQ
No. It is a prospective pass-probability calculation for a proposed sample plan. Use a proportion interval after observing successes and failures.
An SLA threshold is a minimum. A fractional required count cannot pass, so the model uses the smallest whole count that reaches the entered percentage.
Often they are not. Autocorrelation during one incident can make clustered checks behave like fewer independent observations.
No. It conditions on the assumed rate and reports how frequently the sampling rule would pass under that assumption.
A strict target and small allowed-miss count can leave substantial probability mass on the failing side.
Keep check timestamps, cadence, outage deduplication, exclusions, the assumed-rate basis, and the exact pass rule.
IMPORTANT SAMPLING NOTE
Do not treat polling frequency as effective sample size without testing dependence. Contractual interpretation requires the actual SLA definition and an agreed observation protocol.