# Monitoring

In the monitoring section of the cluster, you can observe query statistics, check the cluster status, and gather information on cluster metrics.

## Access Monitoring Section

To view cluster statistics and metrics:

1. Navigate to the "Cluster" tab in the side navigation.
2. Select the desired cluster by clicking on its name.
3. Go to the "Monitoring" tab.

## Cluster Statistics

Within Cluster Statistics, you can observe the following:

* **Active Queries**: Represents the total number of queries, the sum of queued and running queries.
* **Queued Queries**: Indicates the number of queries currently awaiting execution.
* **Running Queries**: Shows the count of queries that are presently being executed.
* **Status**: Provides information about the current state of the cluster.

{% hint style="info" %}
The cluster statistics automatically refresh every 10 seconds, providing the latest data when the cluster is running.
{% endhint %}

## Cluster Metrics

Within cluster metrics, you can observe the following metrics:

* **Query Stats**: Provide details about the overall aggregate of queries based on their status.
* **Cluster Utilization**: It displays the percentage of available threads used at a given time.
* **Executor Count:** It displays the active number of executors in your cluster.

{% hint style="info" %}
The cluster metrics can be sorted by time by clicking on the time filter provided on the dashboard.&#x20;
{% endhint %}

{% hint style="info" %}
To view and download any metrics in full-screen mode click the triple-bar/hamburger icon.
{% endhint %}

<figure><img src="/files/AOpYECcebqwmI6NH6lwR" alt=""><figcaption><p>Cluster Monitoring</p></figcaption></figure>


---

# 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.e6data.com/product-documentation/clusters/monitoring.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.
