Oracle 字段

Oracle 数据库模块

oracle

Oracle 模块

性能

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

oracle.performance.machine

操作系统机器名称

type: keyword

oracle.performance.buffer_pool

实例中缓冲池的名称

type: keyword

oracle.performance.username

Oracle 用户名

type: keyword

oracle.performance.io_reloads

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

type: double

oracle.performance.lock_requests

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

type: long

oracle.performance.pin_requests

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

type: double

缓存

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

oracle.performance.cache.buffer.hit.pct

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

type: double

oracle.performance.cache.physical_reads

物理读取

type: long

get

缓冲池 get 统计信息

oracle.performance.cache.get.consistent

一致性获取统计信息

type: long

oracle.performance.cache.get.db_blocks

已获取的数据库块

type: long

游标

游标信息

oracle.performance.cursors.avg

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

type: double

oracle.performance.cursors.max

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

type: double

oracle.performance.cursors.total

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

type: double

打开

打开的游标统计信息

oracle.performance.cursors.opened.current

当前打开的游标总数

type: long

oracle.performance.cursors.opened.total

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

type: long

解析

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

oracle.performance.cursors.parse.real

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

type: long

oracle.performance.cursors.parse.total

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

type: long

oracle.performance.cursors.session.cache_hits

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

type: long

oracle.performance.cursors.cache_hit.pct

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

type: double

系统指标

系统指标相关指标。

oracle.sysmetric.session_count

会话计数。

type: long

oracle.sysmetric.average_active_sessions

平均活动会话数。

type: double

oracle.sysmetric.current_os_load

当前操作系统负载。

type: double

oracle.sysmetric.physical_reads_per_sec

每秒物理读取次数。

type: double

oracle.sysmetric.user_transaction_per_sec

每秒用户事务数。

type: double

oracle.sysmetric.total_table_scans_per_txn

每次事务的表扫描总数。

type: double

oracle.sysmetric.physical_writes_per_sec

每秒物理写入次数。

type: double

oracle.sysmetric.total_index_scans_per_txn

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

type: double

oracle.sysmetric.host_cpu_utilization_pct

主机 CPU 利用率 (%)。

type: double

oracle.sysmetric.network_traffic_volume_per_sec

每秒网络流量。

type: double

oracle.sysmetric.user_rollbacks_per_sec

每秒用户回滚数。

type: long

oracle.sysmetric.cpu_usage_per_sec

每秒 CPU 使用率。

type: double

oracle.sysmetric.db_block_changes_per_sec

每秒数据库块更改次数。

type: double

oracle.sysmetric.physical_read_total_bytes_per_sec

每秒物理读取总字节数。

type: double

oracle.sysmetric.response_time_per_txn

每次事务的响应时间。

type: double

表空间

表空间

oracle.tablespace.name

表空间名称

type: keyword

数据文件

数据库文件信息

oracle.tablespace.data_file.id

表空间唯一标识符

type: long

oracle.tablespace.data_file.name

数据文件的文件名

type: keyword

大小

有关文件大小的信息

oracle.tablespace.data_file.size.max.bytes

最大文件大小(以字节为单位)

type: long

format: bytes

oracle.tablespace.data_file.size.bytes

文件大小(以字节为单位)

type: long

format: bytes

oracle.tablespace.data_file.size.free.bytes

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

type: long

format: bytes

oracle.tablespace.data_file.status

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

type: keyword

oracle.tablespace.data_file.online_status

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

type: keyword

空间

表空间空间使用信息

oracle.tablespace.space.free.bytes

表空间可用总可用空间(以字节为单位)。

type: long

format: bytes

oracle.tablespace.space.used.bytes

表空间已用空间(以字节为单位)。

type: long

format: bytes

oracle.tablespace.space.total.bytes

表空间总大小(以字节为单位)。

type: long

format: bytes