# Monitoring Your Node

## `hyperdrive service logs [`*`containerName`*`]`&#x20;

The `service logs` command is used to view logs for each of the components of Hyperdrive.&#x20;

Using this command with no container specified will combine all the logs and is not recommended unless the output is programmatically parsed (e.g. via `grep`).&#x20;

| Container  | Description                                                  | Helpful for...                                    |
| ---------- | ------------------------------------------------------------ | ------------------------------------------------- |
| bn         | Ethereum beacon node client (i.e. Nimbus, Prysm, etc)        | Determining sync status, configuration issues     |
| ec         | Ethereum execution layer client (i.e. Geth, Nethermind, etc) | Determining sync status, configuration issues     |
| prometheus | [Prometheus](https://prometheus.io/) monitoring service      | Diagnosing issues with Prometheus                 |
| grafana    | [Grafana](https://grafana.com/) dashboard service            | Diagnosing issues with Grafana                    |
| exporter   | Collects hardware metrics to forward to Prometheus           | Diagnosing issues with hardware metrics reporting |

## `hyperdrive service daemon-logs`` `*`logName`*

This command requires a specified *logName* to read:

| Daemon Log Name | Description                                                               | Helpful for...                              |
| --------------- | ------------------------------------------------------------------------- | ------------------------------------------- |
| api             | Handles CLI and API processing                                            | Diagnosing CLI or API errors for Hyperdrive |
| tasks           | Handles automated tasks for Hyperdrive (e.g. authenticating with NodeSet) |                                             |


---

# 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.nodeset.io/node-operators/hyperdrive/monitoring-your-node.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.
