# View container statistics

From the menu select **Containers**, select the container then select **Stats**.

<figure><img src="https://content.gitbook.com/content/xdTQRpMuktD2l0URtOJO/blobs/QI1lbeXjcNcFDdR5EEBB/Container-stats-new.gif" alt=""><figcaption></figcaption></figure>

The information available includes:

* Memory usage.
* CPU usage.
* Network usage (RX and TX).
* I/O usage.
* Processes running in the container

<figure><img src="https://content.gitbook.com/content/xdTQRpMuktD2l0URtOJO/blobs/bPY6mcgUOSLWJJ1Ld5Vh/2.15-docker_containers_container_stats_usage.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/xdTQRpMuktD2l0URtOJO/blobs/PliwSpgb9GjIF35H0TtO/2.15-docker_containers_container-stats-proc.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can change the refresh rate at any time.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.portainer.io/user/docker/containers/stats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
