Skip to content

Commit

Permalink
[Doc] SHOW PROC details (backport #48687) (#48734)
Browse files Browse the repository at this point in the history
Signed-off-by: 絵空事スピリット <[email protected]>
Co-authored-by: 絵空事スピリット <[email protected]>
  • Loading branch information
mergify[bot] and EsoragotoSpirit authored Jul 23, 2024
1 parent 9896388 commit 6f67ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ mysql> SHOW PROC '/cluster_balance';

| **Return** | **Description** |
| ---------- | ------------------------------------------------ |
| Item | Sub-command item in `cluster_balance `. |
| Item | Sub-command item in `cluster_balance`. <ul><li>cluster_load_stat: The current load status of the cluster.</li><li>working_slots: The number of currently available working slots.</li><li>sched_stat: The current status of the scheduler.</li><li>priority_repair: The number of Tablet repair tasks that are prioritized.</li><li>pending_tablets: The number of Tablets waiting to be processed.</li><li>running_tablets: The number of Tablets currently being repaired.</li><li>history_tablets: The total number of Tablets repaired historically.</li></ul> |
| Number | Number of each sub-command in `cluster_balance`. |

Example 12: Shows the information of Colocate Join groups in the cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ mysql> SHOW PROC '/cluster_balance';

| **返回** | **说明** |
| -------- | -------------------------------------------- |
| Item | cluster_balance 中的子命令。 |
| Item | cluster_balance 中的子命令。<ul><li>cluster_load_stat: 集群当前的负载状态。</li><li>working_slots: 当前可用的工作插槽数。</li><li>sched_stat: 调度系统的当前状态。</li><li>priority_repair: 当前需要优先处理的 Tablet 修复任务数。</li><li>pending_tablets: 当前等待处理的 Tablet 数量。</li><li>running_tablets: 当前正在修复的 Tablet 数量。</li><li>history_tablets: 历史上修复过的 Tablet 数量。</li></ul> |
| Number | cluster_balance 中每个子命令正在执行的个数。 |

示例十二:查看当前集群的 Colocate Join Group 信息。
Expand Down

0 comments on commit 6f67ce7

Please sign in to comment.