Files
doris/docs/en/sql-reference/sql-statements/Administration/SHOW BACKENDS.md
WingC a7bf006b51 Use BackendStatus to show BE's infomation in show backends; (#3713)
The infomation is displayed in JSON format.For example:
{"lastTabletReportTime":"2020-05-28 15:29:01"}
2020-06-06 11:37:48 +08:00

1.9 KiB

title, language
title language
SHOW BACKENDS en

SHOW BACKENDS

Description

This statement is used to view BE nodes in the cluster Grammar: SHOW BACKENDS;

Explain:

  1. LastStartTime indicates the last BE start-up time.
  2. LastHeartbeat represents the latest heartbeat.
  3. Alive indicates whether the node survives.
  4. System Decommissioned is true to indicate that the node is safely offline.
  5. Cluster Decommissioned is true to indicate that the node is rushing downline in the current cluster.
  6. TabletNum represents the number of fragments on the node.
  7. Data Used Capacity represents the space occupied by the actual user data.
  8. Avail Capacity represents the available space on the disk.
  9. Total Capacity represents total disk space. Total Capacity = AvailCapacity + DataUsedCapacity + other non-user data files take up space.
  10. UsedPct represents the percentage of disk usage.
  11. ErrMsg is used to display error messages when a heartbeat fails.
  12. 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