NodeSet
  • NodeSet Documentation
  • NodeSet
    • Introduction
    • Infrastructure Powered by NodeSet
    • Security Notice
  • Node Operators
    • Applications
    • Node Operator Policies
    • Client Diversity Policy
    • Best Practices
      • Terminology
      • Planning Your Node Architecture
      • MEV Boost
    • Hyperdrive
      • Installation
      • Configuration
      • Updating
      • Monitoring Your Node
      • Uninstallation
      • Disaster Recovery and Node Migration
      • Public Betas
    • FAQ
  • StakeWise Integration
    • Introduction
    • What's New in v1.2
    • FAQ
    • Node Operator Guide
      • Monitoring the StakeWise Module
      • Key Recovery
      • How it Works
    • Security Information
  • Constellation
    • Overview
    • xrETH
    • xRPL
    • Constellation vs Others
    • Risks and Mitigations
    • Node Operators
    • Node Operator Guide
      • Overview
      • Prerequisites
      • Registering your Node with Constellation
      • Creating and Running Minipools
      • Rewards Algorithm
    • Administrator
    • Treasurer
    • FAQ
    • Security Information
  • NodeSet Dashboard
    • Introduction
    • Authorizing Your Node
    • Security Information
Powered by GitBook
On this page
  • hyperdrive service logs [containerName]
  • hyperdrive service daemon-logs logName
  1. Node Operators
  2. Hyperdrive

Monitoring Your Node

Understanding the status of Hyperdrive

PreviousUpdatingNextUninstallation

Last updated 10 months ago

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

monitoring service

Diagnosing issues with Prometheus

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)

Prometheus
Grafana