Skip to content

Solana Cluster

Andrei Montchik edited this page Apr 15, 2026 · 1 revision

Notes

Metrics

CLI

  • Check Cluster version: solana cluster-version -um
  • Get the current epoch info(slot, block etc): solana epoch-info -um
  • Get the latest transaction fee: solana fees -um
  • Get the latest prioritization fees: curl https://api.mainnet-beta.solana.com -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0", "id":1, "method": "getRecentPrioritizationFees" }'
  • Get the Cluster Validators: solana validators --um. The delinquent stake is at the bottom.
    • Show delinquent validators: solana validators -um --keep-unstaked-delinquents
  • Get the leader schedule: solana leader-schedule -um
  • The Validator CLI
  • The Ledger CLI
  • Dev CLI

Clone this wiki locally