Oracle Enterprise Manager for MySQL 数据库用户指南 / 第 6 章指标 /
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 Id | The thread id for this process. |
Time | The time, in seconds, that this process has been within the current state. |
Tmp Disk Tables | On-disk temporary tables created by the currently running SQL statement for this process. |
Tmp Tables | Temporary tables created by the currently running SQL statement for this process. |
Transaction Autocommit | Autocommit state of the current transaction for this process. |
Transaction Latency | Latency of the current transaction for this process. |
Transaction State | State of the current transaction for this process. |
User | The user the process runs as. |