Network Monitor

Watch network state, provider fleet health, and Oracle/BME state in real time.

akt monitor is a hub-based monitoring tool with three dashboards. It connects directly to an RPC endpoint over WebSocket for real-time vote streaming, which keeps it useful during coordinated chain upgrades when hosted explorers are unavailable.

No keyring or default account is needed, just an RPC endpoint.


Launch

Terminal window
# Launch hub (defaults to the Network dashboard)
akt monitor
# Connect to a specific RPC endpoint
akt monitor https://rpc.akashnet.net:443
# Launch directly into a specific dashboard
akt monitor network
akt monitor provider
akt monitor oracle
akt monitor bme
# Or via flag
akt monitor --rpc https://rpc.akashnet.net:443
# Skip RPC plus provider REST and gRPC TLS verification
akt monitor --insecure
# Clear cache and start fresh
akt monitor --clean-cache

Dashboards

Network

The default dashboard shows consensus state, validator voting, governance proposals, and governance parameters.

Sub-tabs:

  • 1 Overview - Dual progress bar and block history
  • 2 Validators - Per-validator signing history
  • 3 Governance - Recent and active proposals, deadlines, status, and vote tallies
  • 4 Parameters - Module-by-module governance parameters

The Governance tab includes recent completed proposals even when no vote is active. Voting-period proposals show the current tally; completed proposals show the final tally. Use j and k to scroll and r to refresh.

akt monitor Network dashboard showing consensus pre-vote and pre-commit progress with recent block history

The Network dashboard tracks consensus progress and recent blocks. Values update in real time.

Provider

Provider fleet health, version distribution, and per-provider resource utilization.

Provider REST and gRPC certificates are verified by default. Use --insecure only for a diagnostic session against endpoints you trust.

akt monitor Provider dashboard showing scan progress, version distribution, and provider resources

The Provider dashboard groups online providers by version and shows their available resources.

Oracle/BME

Oracle aggregated prices plus BME vault state, mint status, and ledger.

akt monitor Oracle and BME dashboard showing AKT price data, vault health, and route ledger entries

The Oracle/BME dashboard combines price health, mint controls, collateral thresholds, and recent routes.


  • Tab / Shift-Tab - Cycle between the Network, Provider, and Oracle/BME dashboards
  • 1 / 2 / 3 / 4 - Switch sub-tabs within the Network dashboard
  • q / Ctrl-C - Save monitor cache state and quit