Oracle 数据库模块
oracle
Oracle 模块
performance
单个数据库实例上的性能相关指标
-
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
-
gethits 和 gets 之间比率的平均值,Gethits 是在内存中找到对象句柄的次数,而 gets 是为此命名空间中的对象请求锁的次数。
type: long
-
oracle.performance.pin_requests
-
所有 pinhits/pins 比率的平均值,PinHits 是所有库对象元数据部分都在内存中找到的次数,而 pins 是为此命名空间中的对象请求固定的次数
type: double
cache
有关实例可用的所有缓冲池的统计信息
-
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
cursors
游标信息
-
oracle.performance.cursors.avg
-
按用户名和机器打开的游标平均数
type: double
-
oracle.performance.cursors.max
-
按用户名和机器打开的游标最大数
type: double
-
oracle.performance.cursors.total
-
按用户名和机器打开的游标总数
type: double
opened
已打开游标统计信息
-
oracle.performance.cursors.opened.current
-
当前打开的游标总数
type: long
-
oracle.performance.cursors.opened.total
-
自实例启动以来打开的游标总数
type: long
parse
当前会话中发生的解析统计信息
-
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
sysmetric
与 Sysmetric 相关的指标。
-
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
tablespace
tablespace
-
oracle.tablespace.name
-
表空间名称
type: keyword
data_file
数据库文件信息
-
oracle.tablespace.data_file.id
-
表空间唯一标识符
type: long
-
oracle.tablespace.data_file.name
-
数据文件的名称
type: keyword
size
有关文件大小的信息
-
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
space
表空间空间使用情况信息
-
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