Oracle 字段

Oracle 数据库模块

oracle

Oracle 模块

性能

单个数据库实例上的性能相关指标

oracle.performance.machine

操作系统机器名

类型: keyword

oracle.performance.buffer_pool

实例中的缓冲池名称

类型: keyword

oracle.performance.username

Oracle 用户名

类型: keyword

oracle.performance.io_reloads

重载/固定比率。重载是指自对象句柄创建以来执行的任何非首次固定操作,并且需要从磁盘加载对象。固定是指为该命名空间的对象请求固定的次数

类型: double

oracle.performance.lock_requests

gethitsgets 比率的平均值,其中 Gethits 是在内存中找到对象句柄的次数,gets 是为该命名空间的对象请求锁的次数。

类型: long

oracle.performance.pin_requests

所有 pinhits/pins 比率的平均值,其中 PinHits 是库对象的所有元数据片段都在内存中找到的次数,pins 是为该命名空间的对象请求固定的次数

类型: double

缓存

关于实例可用所有缓冲池的统计信息

oracle.performance.cache.buffer.hit.pct

指定缓冲池的缓存命中率。

类型: double

oracle.performance.cache.physical_reads

物理读取

类型: long

获取

缓冲池获取统计信息

oracle.performance.cache.get.consistent

一致获取统计信息

类型: long

oracle.performance.cache.get.db_blocks

获取的数据库块

类型: long

游标

游标信息

oracle.performance.cursors.avg

按用户名和机器平均打开的游标数

类型: double

oracle.performance.cursors.max

按用户名和机器打开的最大游标数

类型: double

oracle.performance.cursors.total

按用户名和机器打开的游标总数

类型: double

已打开

已打开游标统计信息

oracle.performance.cursors.opened.current

当前打开游标的总数

类型: long

oracle.performance.cursors.opened.total

自实例启动以来打开的游标总数

类型: long

解析

当前会话中发生的解析统计信息

oracle.performance.cursors.parse.real

实际发生的解析次数:会话游标缓存命中 - 解析计数(总计)

类型: long

oracle.performance.cursors.parse.total

解析调用的总数(硬解析和软解析)。软解析是对共享池中已有的对象进行检查,以验证底层对象的权限是否已更改。

类型: long

oracle.performance.cursors.session.cache_hits

会话游标缓存中的命中次数。命中意味着无需重新解析 SQL 语句。

类型: long

oracle.performance.cursors.cache_hit.pct

会话游标缓存命中率与游标总数的比率

类型: double

sysmetric

与 Sysmetric 相关的指标。

oracle.sysmetric.session_count

会话计数。

类型: long

oracle.sysmetric.average_active_sessions

平均活动会话数。

类型: double

oracle.sysmetric.current_os_load

当前操作系统负载。

类型: double

oracle.sysmetric.physical_reads_per_sec

每秒物理读取数。

类型: double

oracle.sysmetric.user_transaction_per_sec

每秒用户事务数。

类型: double

oracle.sysmetric.total_table_scans_per_txn

每次事务的表扫描总数。

类型: double

oracle.sysmetric.physical_writes_per_sec

每秒物理写入数。

类型: double

oracle.sysmetric.total_index_scans_per_txn

每次事务的索引扫描总数。

类型: double

oracle.sysmetric.host_cpu_utilization_pct

主机 CPU 利用率 (%)。

类型: double

oracle.sysmetric.network_traffic_volume_per_sec

每秒网络流量。

类型: double

oracle.sysmetric.user_rollbacks_per_sec

每秒用户回滚数。

类型: long

oracle.sysmetric.cpu_usage_per_sec

每秒 CPU 使用率。

类型: double

oracle.sysmetric.db_block_changes_per_sec

每秒数据库块更改数。

类型: double

oracle.sysmetric.physical_read_total_bytes_per_sec

每秒物理读取总字节数。

类型: double

oracle.sysmetric.response_time_per_txn

每次事务的响应时间。

类型: double

表空间

表空间

oracle.tablespace.name

表空间名称

类型: keyword

数据文件

数据库文件信息

oracle.tablespace.data_file.id

表空间唯一标识符

类型: long

oracle.tablespace.data_file.name

数据文件的名称

类型: keyword

大小

关于文件大小的信息

oracle.tablespace.data_file.size.max.bytes

最大文件大小(字节)

类型: long

格式:字节

oracle.tablespace.data_file.size.bytes

文件大小(字节)

类型: long

格式:字节

oracle.tablespace.data_file.size.free.bytes

可用于用户数据的文件大小。文件实际大小减去此值用于存储与文件相关的元数据。

类型: long

格式:字节

oracle.tablespace.data_file.status

文件状态:AVAILABLE 或 INVALID(INVALID 表示文件号未使用,例如,已删除表空间中的文件)

类型: keyword

oracle.tablespace.data_file.online_status

数据文件的最后已知联机状态。SYSOFF、SYSTEM、OFFLINE、ONLINE 或 RECOVER 之一。

类型: keyword

空间

表空间空间使用情况信息

oracle.tablespace.space.free.bytes

表空间总可用空闲空间(字节)。

类型: long

格式:字节

oracle.tablespace.space.used.bytes

表空间已用空间(字节)。

类型: long

格式:字节

oracle.tablespace.space.total.bytes

表空间总大小(字节)。

类型: long

格式:字节