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

# Ver estadísticas de consumo del inquilino

{% hint style="warning" %}
**Es posible que esta información no corresponda a su modelo de precios particular. Consulte a su representante de ventas para obtener más información.**
{% endhint %}

### Estadísticas de consumo del inquilino:

* Vaya a **Inquilinos** > **Lista**
* Localice y seleccione su inquilino, haga clic en **Ver**
* Haga clic en **Historial** en el menú de la izquierda
* Elija su mes/año y haga clic en **Aplicar**
* Desplácese hasta la parte inferior.

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

**Consumo de RAM**: Percentil 95 del total de RAM asignada\
**Consumo de almacenamiento**: Nivel X (aprovisionado) - sume todos los niveles en el percentil 95

{% hint style="info" %}
**En el caso de la RAM, los inquilinos consumen todo lo que se les asigna. Si el inquilino no está usando toda la RAM que se le asignó, reduzca la cantidad de RAM asignada para disminuir el consumo total.**
{% endhint %}

***

{% hint style="info" %}
**Información del documento**

* Última actualización: 2024-09-03
* Versión de 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/es/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.
