SHOW BACKENDS
Description
This statement is used to view BE nodes in the cluster Grammar: SHOW BACKENDS;
Explain:
- LastStartTime indicates the last BE start-up time.
- LastHeartbeat represents the latest heartbeat.
- Alive indicates whether the node survives.
- System Decommissioned is true to indicate that the node is safely offline.
- Cluster Decommissioned is true to indicate that the node is rushing downline in the current cluster.
- TabletNum represents the number of fragments on the node.
- Data Used Capacity represents the space occupied by the actual user data.
- Avail Capacity represents the available space on the disk.
- Total Capacity represents total disk space. Total Capacity = AvailCapacity + DataUsedCapacity + other non-user data files take up space.
- UsedPct represents the percentage of disk usage.
- ErrMsg is used to display error messages when a heartbeat fails.
- Status is used to display some Status information about BE in JSON format, including the last time that BE reported it’s tablet.
keyword
SHOW, BACKENDS