Documentation Home

6.34 Sys Schema 进程指标

列出 Sys Schema Processes 指标并提供每个指标的简要说明。

表 6.34 系统模式进程指标

姓名描述
命令进程正在运行的命令类型。
连接标识此进程的连接 ID。
当前内存进程分配的内存。
当前声明此进程当前运行的 SQL 语句。
数据库此进程的当前默认数据库。
全扫描这个进程当前运行的SQL语句是否导致了全表扫描?是/否。
最后声明如果当前没有 SQL 语句正在运行,则此进程运行的先前 SQL 语句。
最后声明延迟先前为此进程运行的 SQL 语句的延迟。
最后等待最后等待这个过程的原因。
最后等待延迟最后等待此过程的延迟。
锁定延迟为该进程等待当前运行的 SQL 语句的锁定所花费的时间。
进程号使用此进程的客户端的操作系统进程 ID。
程序名称使用此进程的客户端的程序名称。
进步此进程当前运行的 SQL 语句的完成工作百分比。
受影响的行由当前为此进程运行的 SQL 语句修改的行。
检查的行此进程当前运行的 SQL 语句检查的行。
行已发送由当前为此进程运行的 SQL 语句发送到客户端的行。
资源服务器中当前/上次等待此进程的源代码位置。
状态此过程的当前状态。
语句延迟Latency of the currently running SQL statement for this process.
Thread IdThe thread id for this process.
TimeThe time, in seconds, that this process has been within the current state.
Tmp Disk TablesOn-disk temporary tables created by the currently running SQL statement for this process.
Tmp TablesTemporary tables created by the currently running SQL statement for this process.
Transaction AutocommitAutocommit state of the current transaction for this process.
Transaction LatencyLatency of the current transaction for this process.
Transaction StateState of the current transaction for this process.
UserThe user the process runs as.