> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/pricing/network-billing/burstable-95th.md).

# Burstable 95th

* **Usage Sampling**\
  Samples your bandwidth usage at regular intervals throughout a billing cycle. Samples are typically recorded every 5 minutes, showing usage at each point in time.
* **Percentile Calculation**\
  At the end of a billing cycle, these samples are sorted from highest to lowest, and the top 5% are discarded. The highest remaining value becomes the billable bandwidth.
* **Predictable Costs**\
  Prevents unexpected charges from temporary traffic spikes, so you won't be overcharged for occasional usage peaks.

## Committed Bandwidth

The minimum bandwidth you commit to using each month. Higher committed amounts result in lower unit prices. If you use less than your commitment, you're still charged for the full committed amount. You can upgrade or downgrade the committed bandwidth at any time; changes take effect on the 1st day of the next month.

## Overage

Usage that exceeds the committed bandwidth, billed separately per Mbps. Purchase an appropriate committed bandwidth amount to reduce overage costs.

## Burst Capability

Beyond your commitment, you can burst beyond the committed bandwidth for short periods (specific multiples vary by region) to handle traffic peaks. Usage beyond your commitment is billed but not rate-limited.

## Billing Details

<table><thead><tr><th width="175">Billing</th><th>Description</th></tr></thead><tbody><tr><td>Billing Method</td><td>Pay-as-you-go, including committed bandwidth and overage charges.</td></tr><tr><td>Billing Cycle</td><td>Monthly, calculated at the end of the month, billed on the 1st day of the next month.</td></tr><tr><td>Billing Items</td><td><ol><li>Committed bandwidth</li><li>Overage bandwidth — the 95th percentile bandwidth across all resources in the region or city.</li></ol></td></tr><tr><td>Billing Rules</td><td><ol><li>Committed fee = (Committed bandwidth / 30 days) × Actual usage days × Committed price</li><li>Overage fee = (Actual 95th bandwidth − Committed bandwidth) × Overage price × Actual usage days</li><li>Total fee = Committed fee + Overage fee</li></ol></td></tr></tbody></table>

## Billing Example

If your committed bandwidth changes mid-month, calculate fees before and after the change separately. The 95th percentile value is calculated once across the entire month, then applied to each period at its respective rates.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

<mark style="color:blue;">The monthly 95th percentile peak is calculated once from the full month's usage, not split by billing period.</mark>
{% endhint %}

#### Scenario

* On April 21st, committed bandwidth changes from `100 Mbps` to `500 Mbps`.
* At month end, the monthly 95th percentile peak is `600 Mbps`.
* `100 Mbps` committed price = `$300`/month; `500 Mbps` committed price = `$600`/month; overage price = `$1.50`/Mbps/month.

#### Calculation

* **April 1st – April 20th**
  1. Committed fee = `$300` / 30 × 20 = `$200.00`
  2. Overage fee = \[(`600 Mbps` − `100 Mbps`) × `$1.50`/Mbps] / 30 × 20 = `$500.00`
  3. Subtotal = `$200.00` + `$500.00` = `$700.00`
* **April 21st – April 30th**
  1. Committed fee = `$600` / 30 × 10 = `$200.00`
  2. Overage fee = \[(`600 Mbps` − `500 Mbps`) × `$1.50`/Mbps] / 30 × 10 = `$50.00`
  3. Subtotal = `$200.00` + `$50.00` = `$250.00`
* **Monthly total** = `$700.00` + `$250.00` = `$950.00`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/pricing/network-billing/burstable-95th.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
