> 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/vi/tenant/tenant-usagereports.md).

# Báo cáo sử dụng tenant

VergeOS lưu trữ thống kê mức sử dụng theo từng tenant để phục vụ tính cước theo phân vị 95. Ngoài ra, thông tin tối đa và trung bình cũng được ghi lại.

## Chạy báo cáo lịch sử cho một tenant riêng lẻ

1. Đi tới **bảng điều khiển tenant riêng lẻ**.
2. Nhấp vào **Lịch sử** ở menu bên trái.
3. Chọn **Khoảng thời gian lọc**. (Cũng nhập ngày từ/đến nếu chọn tùy chọn tùy chỉnh.)
4. Nhấp vào **Áp dụng** để chạy báo cáo cho khoảng thời gian đã chọn.
5. Các biểu đồ sẽ hiển thị mức sử dụng cho khoảng thời gian đã chỉ định. Cuộn xuống trang để xem danh sách thống kê về Trung bình, Tối đa và phân vị 95.
6. Có thể xuất thống kê ra tệp văn bản phân tách bằng dấu phẩy bằng **Xuất CSV** tùy chọn menu.

## Nhận báo cáo đăng ký (Email) về mức sử dụng của tenant

1. Đi tới **Hệ thống > Đăng ký > Mới**.
2. Cấu hình các trường như sau:
   * **Loại đích:** *Bảng điều khiển Tenants*
   * **Đích:** *Bảng điều khiển Tenants*
   * **Loại:** *Đã lên lịch*
   * **Hồ sơ đăng ký:** *Mức sử dụng của tenant*

Để biết hướng dẫn đầy đủ về cách tạo Đăng ký, xem: [**Subscriptions-Overview**](/run-the-platform/vi/quan-tri-he-thong/subscriptions-overview.md)

{% hint style="success" %}
**Sử dụng API**

Tên [API VergeOS](/knowledge-base/vi/automation-api/verge-api-guide.md) cũng có thể được sử dụng để chạy báo cáo mức sử dụng của tenant và gửi đến các hệ thống bên ngoài để xử lý.
{% 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/vi/tenant/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.
