> 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/elastic-compute/networking/01-overview/05-aggregated-95th.md).

# 聚合 95 计费

## 简介

聚合 95 计费将您的 ZEC EIP 汇聚到一个计量器中，然后按其合并带宽（入方向和出方向取大值）的月度 95th percentile 计费，并减去您无论使用与否都必须支付的承诺量底线。

任何选择此计费方式的 ZEC EIP 都会加入聚合。在计费层面没有"同类型"或"同城市"的限制——95th percentile 在您账户下所有选择该方式的 EIP 中计算。

***

## 为什么聚合是核心价值

如果您有 100 个 EIP，分别独立计算每个 EIP 的 95th percentile，您要为 100 个独立峰值付费。实际上，这些峰值不会在同一分钟发生——批处理任务、用户流量、定时任务，各有各的节奏。当先聚合再取*总和*的 95th percentile 时，合并峰值几乎总是远低于各个独立峰值之和。

聚合 95 计费专为大规模业务设计。只有在拥有大量峰值不相关的 EIP 时——通常需要 50 个或以上——统计平均效应才能产生有实际意义的节省。对于规模较小的部署，[包月带宽](/welcome/cn/elastic-compute/networking/01-overview/04-flat-rate.md)或[流量计费](/welcome/cn/elastic-compute/networking/01-overview/03-data-transfer.md)更简单，通常也更具成本优势。

***

## 计费方式

月末时：

1. 平台收集所有加入该计费方式的 EIP 的**每 5 分钟** Mbps 采样数据，涵盖入方向和出方向。
2. 采样数据**跨 EIP 求和**（每个 5 分钟时间段得到一个样本，而非每个 EIP 一个）。
3. 每个时间段取**入方向和出方向的较大值**。
4. 对聚合采样数据排序，丢弃最高的 5%。
5. 剩余最高采样值即为**应计费的 95th percentile**。
6. 无论应计费的 95th percentile 为多少，您都需为**承诺量底线**（Mbps）付费。超出承诺量的部分（应计费 95th percentile 超出承诺量的量）以超额费率另行收费。

设置较高的承诺量通常可解锁承诺量部分更低的每 Mbps 价格，因此当您了解自身稳定用量水平时可以此获益。

***

## 适合选择聚合 95 计费的场景

* **大规模业务（50 个以上 EIP）。** 聚合折扣只有在规模较大时才有实质意义。
* **峰值不相关。** 如果您的 EIP 在不同时间达到峰值——不同时区的面向用户工作负载、错峰定时任务——聚合 95th percentile 将远低于各个 EIP 95th percentile 之和。
* **希望有一条承诺量记录，而非按 EIP 定价。** 比为每个 EIP 单独定规格更简便。

## 不适合使用聚合 95 计费的场景

* **EIP 数量少于 50 个。** 统计折扣效果有限；[包月带宽](/welcome/cn/elastic-compute/networking/01-overview/04-flat-rate.md)或[流量计费](/welcome/cn/elastic-compute/networking/01-overview/03-data-transfer.md)更简单且通常更划算。
* **所有 EIP 同时达到峰值。** 只有当峰值分散时聚合才有帮助。如果一切都由某个上游事件驱动（如定时发布），聚合峰值就等于各个独立峰值之和。

***

## 与包月带宽和流量计费的关系

聚合 95 计费替代了所有加入该方式的 EIP 的**按 EIP** 公网计费。这些 EIP 不会同时还有按 EIP 的包月带宽或流量计费记录——聚合计量器*就是*该计费方式。


---

# 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/elastic-compute/networking/01-overview/05-aggregated-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.
