Skip to content

Files

Latest commit

23ac2af · Jun 20, 2024

History

History
29 lines (20 loc) · 1.95 KB

monitoring-your-node.md

File metadata and controls

29 lines (20 loc) · 1.95 KB
description
Understanding the status of Hyperdrive

Monitoring Your Node

hyperdrive service logs [containerName]

The service logs command is used to view logs for each of the components of Hyperdrive.

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).

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 monitoring service Diagnosing issues with Prometheus
grafana Grafana 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)