Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lilian Lee <[email protected]>
  • Loading branch information
yibin87 and lilin90 authored Sep 19, 2024
1 parent f040b11 commit 4c479a9
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 时间,单位是纳秒。该列仅在开启 [Top SQL 特性](/dashboard/top-sql.md)时显示实际值,否则始终显示为 `0`
* `TIKV_CPU` 列:显示语句当前占用 TiKV 服务器 CPU 时间,单位是纳秒。
* `TIDB_CPU` 列:显示语句当前占用 TiDB 服务器 CPU 的时间,单位是纳秒。该列仅在开启 [Top SQL 特性](/dashboard/top-sql.md)时显示实际值,否则始终显示为 `0`
* `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 时间,单位是纳秒。该列仅在开启 [Top SQL 特性](/dashboard/top-sql.md)时显示实际值,否则始终显示为 `0`
* `TIKV_CPU` 列:显示语句当前占用 TiKV 服务器 CPU 时间,单位是纳秒。
* `TIDB_CPU` 列:显示语句当前占用 TiDB 服务器 CPU 的时间,单位是纳秒。该列仅在开启 [Top SQL 特性](/dashboard/top-sql.md)时显示实际值,否则始终显示为 `0`
* `TIKV_CPU` 列:显示语句当前占用 TiKV 服务器 CPU 的时间,单位是纳秒。

## CLUSTER_PROCESSLIST

Expand Down

0 comments on commit 4c479a9

Please sign in to comment.