# Statistics

As the WEKA system runs, it collects hundreds of statistics on system performance. These statistics help analyze the WEKA system performance and determine the source of any issue.

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.

The default statistics page displays charts of the last hour of operation, presenting the system operation average value per second in one minute range.

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

## **Drill-down options**

This Statistics page provides several options to drill down into the charts according to the selected category.

The options include:

* Move the mouse over the scrollable chart area to view the performance metrics of the WEKA cluster.
* Troubleshoot or obtain a correlation between events and performance using links to events that occurred.
* Add charts to the Statistics page, or remove charts.
* Display different charts of up to five on the statistics page. The default statistics page shows OPS (total), Throughput (total), and read/write latency for the last hour. You can change the interval by selecting the Hour, Day, or Week buttons or specifying a timeframe.
* Display and zoom in on statistics from defined timelines and dates.
* Bookmark specific statistics for future reference and share them with others (using the URL).

{% 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 hold historical statistics data. For historical statistics data, use `weka-mon` (see [Set up the WEKAmon external monitoring](/monitor-the-weka-cluster/external-monitoring.md)).
{% 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.weka.io/operation-guide/statistics.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.
