Monitor
Track your node's status with AutoNode.
If any of the commands activates a monitoring screen, you can always exit using Ctrl+C.
1) Harmony Monitor
View live updates (at 8 seconds intervals) of your node's status (block height, EPOS status, etc..) with the following command:
auto-node monitor log2) TUI
View an overview of your validator and node with a text-based user interface. You can start it with the following command:
auto-node tui run
3) Harmony Node
You can view the status of the harmony node with the following command:
auto-node node statusYou can also view the logs from the node as it was initialized with the following command:
auto-node node logExtra
1. Restart monitor
Should the monitor crash or timeout, you can restart it with the following command:
auto-node monitor restart2. Update TUI
You can update the TUI to the latest release with the following command:
auto-node tui updateLast updated
Was this helpful?