> 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/knowledge-base/zh/tenants/viewing-tenant-consumption-statistics.md).

# 查看租户消耗统计

{% hint style="warning" %}
**此信息可能不适用于您的特定定价模型。有关更多信息，请咨询您的销售代表。**
{% endhint %}

### 租户消耗统计：

* 导航到 **租户** > **列表**
* 找到并选择您的租户，点击 **查看**
* 点击 **历史** 在左侧菜单中
* 选择您的月份/年份，然后点击 **应用**
* 向下滚动到底部。

![consumptionstats-image\_(14).png](/files/f2b14572c8f9d0d4d2ebaa03321a06a5d9fbf600)

**RAM 消耗**：总 RAM 分配量的第 95 百分位\
**存储消耗**：X 层（已配置）- 将所有层在第 95 百分位相加

{% hint style="info" %}
**对于 RAM，租户会消耗所有分配给它们的资源。如果租户没有使用其分配的全部 RAM，请减少分配的 RAM 数量，以降低总体消耗。**
{% endhint %}

***

{% hint style="info" %}
**文档信息**

* 最后更新：2024-09-03
* VergeOS 版本：4.12.6
  {% 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/knowledge-base/zh/tenants/viewing-tenant-consumption-statistics.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.
