> For the complete documentation index, see [llms.txt](https://docs.zeeve.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeeve.io/validator-nodes/shido/manage-shido-validator-node/analytics.md).

# Analytics

Analytics are shown during and after node syncing. The View Analytics feature allows you to access multiple reports in various formats, such as graphs, pie charts, and more. Additionally, you can verify CPU utilization, node and network deployment processes, logs, and alerts.

Follow these steps to access the analytics:

**Step 1: Navigate to the Validator Nodes Management Screen** - On the left navigation, click on the [Validator Nodes](https://app.zeeve.io/platform/manage/nodes/validator), where the user can see a list of validator nodes that have been deployed.

Under the list of validator nodes, there will be an **Actions** section with options available for each node.&#x20;

* **View Details**: Click on this option to view detailed information about the selected validator node.&#x20;
* **Monitor Nodes**: Clicking on this option allows you to monitor the performance and status of the selected validator node in real-time. This might include metrics such as CPU usage, memory usage, network activity, and more.

**Step 2: Navigate to View Analytics - C**lick on the **Monitor Nodes** to view Analytics.

<figure><img src="/files/372Ik1lqGdLbWybUvfG9" alt=""><figcaption><p>Analytics Screen</p></figcaption></figure>


---

# 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.zeeve.io/validator-nodes/shido/manage-shido-validator-node/analytics.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.
