The WORKERS page displays the running status, resource usage, and task load of all registered worker nodes. Data is automatically refreshed every 30 seconds.
In the left sidebar, click WORKERS to go to the worker node page.
Information:
Worker nodes are registered to the controller through the configuration during deployment. This page is for viewing only and does not provide operations for adding or deleting workers.
The top of the page provides a status filter. You can filter the workers displayed by All, Online, or Unreachable.
Each worker is displayed as a card with the following information:
| Parameter | Description |
|---|---|
| Connection status | Online, displayed in green; or Unreachable, displayed in red |
| Worker name | Node name configured during deployment |
| IP address | IP address and port of the worker node, and the communication protocol, either HTTP or HTTPS |
| Last heartbeat at/Lost contact | Time of the latest communication with the controller, if online; or the time when disconnection started, if unreachable |
| Active tasks | Number of tasks currently running, displayed by category: full migration, incremental sync, and cutover |
| Pending tasks | Number of tasks waiting to run on this worker |
| ETA | Estimated completion time of all currently queued and running tasks |
| Version | Software version information of the worker, in the format of Arcfra • version number+build number |
| DNS servers | List of DNS server addresses currently used by the worker |
| Mounted site | List of sites currently connected to the worker |
Information:
If a worker is displayed as Unreachable, possible causes include an incorrect address or incorrect credentials in the worker configuration file, or the controller service not running properly. In this case, contact the administrator to check the worker configuration, restart the controller service, and then refresh the page.