> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/zu-hu/tenant-usagereports.md).

# 租户使用报告

VergeOS 按租户存储使用统计，以支持 95 百分位计费。此外，还会记录最大值和平均值信息。

## 为单个租户运行历史报告

1. 导航到 **单个租户仪表板**.
2. 单击 **历史** 左侧菜单中的。
3. 选择 **筛选周期**。（如果选择了自定义选项，也请输入起始/结束日期。）
4. 单击 **应用** 以运行所选期间的报告。
5. 图表将显示指定期间的使用情况。向下滚动页面可查看平均值、最大值和 95 百分位的统计列表。
6. 可使用 **导出 CSV** 菜单选项将统计信息导出为逗号分隔的文本文件。

## 接收租户使用情况的订阅报告（电子邮件）

1. 导航到 **系统 > 订阅 > 新建**.
2. 按如下配置字段：
   * **目标类型：** *租户仪表板*
   * **目标：** *租户仪表板*
   * **类型：** *计划*
   * **订阅配置文件：** *租户使用情况*

有关创建订阅的完整说明，请参阅： [**Subscriptions-Overview**](/run-the-platform/zh/xi-tong-guan-li/subscriptions-overview.md)

{% hint style="success" %}
**API 使用**

该 [VergeOS API](/knowledge-base/zh/automation-api/verge-api-guide.md) 也可用于运行租户使用情况报告并发送到外部系统进行处理。
{% endhint %}


---

# 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.verge.io/run-the-platform/zh/zu-hu/tenant-usagereports.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.
