> For the complete documentation index, see [llms.txt](https://docs.weka.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weka.io/operation-guide/statistics.md).

# Statistics

Explore hundreds of performance statistics collected as the WEKA system runs. Use these statistics to analyze system performance and troubleshoot issues.

The statistics categories of the basic charts include:

* CPU
* Object Store
* Operations
* Operations (Driver)
* Operations (NFS)
* Operations (NFSw)
* SSD

When you select each category, a list of the possible statistics related to the category is displayed, from which you can select a specific chart.

The system also provides advanced statistic charts aimed to be used by the Customer Success Team.

By default, the Statistics page displays the last hour of operation. Each chart point represents statistics averaged over one minute. This aggregation also applies when you select **Day** or **Week**.

<div data-with-frame="true"><img src="/files/jMTQGag0B5FN0Ud8Bitn" alt="Statistics page"></div>

## **Drill-down options**

Use the following options to investigate and customize charts.

### View chart values and events

1. Move the pointer over the scrollable chart area to view metric values.
2. Select a purple event indicator on the time axis.
3. Select **Show All** to correlate events with chart data.

### Change the time range

1. In the **Last** row, select **Hour**, **Day**, or **Week**.
2. To select a custom range, select the calendar in the **Range** row.
3. Set the start and end time. Zoom in on the selected period as needed.

### Add or remove charts

The Statistics page displays up to five charts. By default, it shows total OPS, total throughput, and read and write latency.

1. Select **+Add** to add a chart.
2. Select a category and then a statistic.
3. Select **X** in the upper-left corner of a chart to remove it.

### Share a bookmarked view

Copy the page URL after selecting the required charts and time range. Use the URL to reopen or share the same view.

{% hint style="info" %}
The page shows only the statistics of the backend servers and clients in the cluster. The page does not show statistics in the following cases:

* A backend server is removed.
* A client is not connected to the cluster for more than the [retention period](/operation-guide/statistics/statistics-1.md#set-statistics-retention).

The WEKA cluster does not retain historical statistics. Use [Observe](/monitor-the-weka-cluster/neuralmesh-observe-overview.md) to monitor historical cluster data.
{% 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.weka.io/operation-guide/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.
