Monitor Node Synchronization
Monitoring Validator Nodes
Monitor the height of the committed blockchain
$ tail -f <logs_root>/supra.log | grep 'Resuming at'$ tail -f <logs_root>/supra.log | grep -i -e "Processing new Commit QC" -e "Successfully finalized" -e "Committing"Check if your node is proposing new blocks
$ tail -f <logs_root>/supra.log | grep "Proposing"Monitoring RPC Nodes
Last updated
