SHOW PROC
Description
Shows certain indicators of the StarRocks cluster.
tip
This operation requires the SYSTEM-level OPERATE privilege. You can follow the instructions in GRANT to grant this privilege.
Syntax
SHOW PROC { '/backends' | '/compute_nodes' | '/dbs' | '/jobs'
| '/statistic' | '/tasks' | '/frontends' | '/brokers'
| '/resources' | '/load_error_hub' | '/transactions'
| '/monitor' | '/current_queries' | '/current_backend_instances'
| '/cluster_balance' | '/routine_loads' | '/colocation_group'
| '/catalog' | '/replications' }
Parameters
Parameter | Description |
---|---|
'/backends' | Shows the information of BE nodes in the cluster. |
'/compute_nodes' | Shows the information of CN nodes in the cluster. |
'/dbs' | Shows the information of databases in the cluster. |
'/jobs' | Shows the information of jobs in the cluster. |
'/statistic' | Shows the statistics of each database in the cluster. |
'/tasks' | Shows the total number of all generic tasks and the failed tasks in the cluster. |
'/frontends' | Shows the information of FE nodes in the cluster. |
'/brokers' | Shows the information of Broker nodes in the cluster. |
'/resources' | Shows the information of resources in the cluster. |
'/load_error_hub' | Shows the configuration of the cluster's Load Error Hub, which is used to manage error messages of loading jobs. |
'/transactions' | Shows the information of transactions in the cluster. |
'/monitor' | Shows the monitoring information in the cluster. |
'/current_queries' | Shows the information of running queries on the current FE node. |
'/current_backend_instances' | Shows the BE nodes that are processing requests in the cluster. |
'/cluster_balance' | Shows the load balance information in the cluster. |
'/routine_loads' | Shows the information of Routine Load in the cluster. |
'/colocation_group' | Shows the information of Colocate Join groups in the cluster. |
'/catalog' | Shows the information of catalogs in the cluster. |
'/replications' | Shows the information of data replication tasks in the cluster. |