Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Sep 5, 2024
1 parent 81e5f2f commit c2fce62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions information-schema/information-schema-processlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ aliases: ['/docs-cn/dev/information-schema/information-schema-processlist/']
* `RESOURCE_GROUP` 列:显示对应的资源组名称。
* `SESSION_ALIAS` 列:显示当前连接的别名。
* `ROWS_AFFECTED` 列:显示语句当前影响的行数。
* `TIDB_CPU` 列:显示语句当前占用 `TIDB` 服务器 CPU 时间,单位是秒。
* `TIKV_CPU` 列:显示语句当前占用 `TIKV` 服务器 CPU 时间,单位是秒。
* `TIDB_CPU` 列:显示语句当前占用 TiDB 服务器 CPU 时间,单位是秒。
* `TIKV_CPU` 列:显示语句当前占用 TiKV 服务器 CPU 时间,单位是秒。

```sql
USE information_schema;
Expand Down Expand Up @@ -91,8 +91,8 @@ RESOURCE_GROUP: default
* `RESOURCE_GROUP` 列:显示对应的资源组名称。
* `SESSION_ALIAS` 列:显示当前连接的别名。
* `ROWS_AFFECTED` 列:显示语句当前影响的行数。
* `TIDB_CPU` 列:显示语句当前占用 `TIDB` 服务器 CPU 时间,单位是秒。
* `TIKV_CPU` 列:显示语句当前占用 `TIKV` 服务器 CPU 时间,单位是秒。
* `TIDB_CPU` 列:显示语句当前占用 TiDB 服务器 CPU 时间,单位是秒。
* `TIKV_CPU` 列:显示语句当前占用 TiKV 服务器 CPU 时间,单位是秒。

## CLUSTER_PROCESSLIST

Expand Down

0 comments on commit c2fce62

Please sign in to comment.