> 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/cn/pricing/cloud-networking-pricing/burstable-95th.md).

# 突发 95 计费

#### 突发 95 计费

* **用量采样**\
  在计费周期内，系统按固定时间间隔对您的带宽用量进行采样，通常每 5 分钟记录一次，反映该时刻的实际用量。
* **百分位计算**\
  计费周期结束时，将所有采样值从高到低排序，去除最高的 5%，剩余最高值即为计费带宽。
* **费用可预期**\
  短暂流量突发不会导致意外账单，偶发用量峰值不会造成超额收费。

#### 承诺带宽

您每月承诺使用的最低带宽量。承诺量越高，单价越低。若实际用量低于承诺量，仍按承诺量收费。您可随时升降承诺带宽，变更立即生效。

#### 超量

实际用量超出承诺带宽的部分，按 Mbps 单独计费。建议购买合适的承诺带宽以降低超量费用。

#### 突发能力

在承诺带宽之外，您可短时间使用超出承诺带宽的流量（具体倍数因地区而异），以应对流量峰值。超出承诺带宽的用量会计费，但不会限速。

### 计费详情

<table><thead><tr><th width="175">计费</th><th>说明</th></tr></thead><tbody><tr><td>计费方式</td><td>按需计费，包含承诺带宽费用和超量费用。</td></tr><tr><td>计费周期</td><td>按月计费，月末结算，次月 1 日出账。</td></tr><tr><td>计费项目</td><td><ol><li>承诺带宽</li><li>超量带宽，即某地区所有城市或单个城市内所有计算资源的 95 百分位带宽。</li></ol></td></tr><tr><td>计费规则</td><td><ol><li>承诺费用 = （实际使用时长 / 总时长）× 承诺带宽 × 承诺单价</li><li>超量费用 = （实际 95 百分位带宽 − 承诺带宽）× 超量单价 × （实际使用时长 / 总时长）</li><li>总费用 = 承诺费用 + 超量费用</li></ol></td></tr></tbody></table>

#### 计费示例 1

如承诺带宽在月中发生变更，需分段计算变更前后的承诺带宽费用。95 百分位带宽值按整月用量计算一次，再分别按各时段对应的承诺单价和超量单价计算费用，合计得出月度总费用。

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

<mark style="color:blue;">月度 95 百分位峰值带宽基于整月带宽用量计算一次，不按计费时段拆分。</mark>
{% endhint %}

**场景描述**

* 4 月 21 日，用户将已有的 `100 Mbps` 承诺带宽变更为 `500 Mbps`。
* 月末，月度 95 百分位带宽峰值为 `600 Mbps`。

本场景中，`100 Mbps` 承诺单价为 `$300`/月，`500 Mbps` 承诺单价为 `$600`/月；超量单价为 `$1.50`/Mbps/月。

**计费计算**

* 4 月 1 日至 4 月 20 日
  1. 承诺费用 = `$300` / 30 × 20 = `$200.00`
  2. 超量费用 = \[（`600 Mbps` − `100 Mbps`）× `$1.50`/Mbps] / 30 × 20 = `$500.00`
  3. 小计 = `$200.00` + `$500.00` = `$700.00`
* 4 月 21 日至 4 月 30 日
  1. 承诺费用 = `$600` / 30 × 10 = `$200.00`
  2. 超量费用 = \[（`600 Mbps` − `500 Mbps`）× `$1.50`/Mbps] / 30 × 10 = `$50.00`
  3. 小计 = `$200.00` + `$50.00` = `$250.00`
* 月度账单

  总费用 = 前 20 天（`$700.00`）+ 后 10 天（`$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, and the optional `goal` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/cn/pricing/cloud-networking-pricing/burstable-95th.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
