这些视图汇总了按主机分组的语句活动、文件 I/O 和连接。
host_summary
和
x$host_summary
视图有以下列
:
host
客户端连接的主机。
HOST
底层性能模式表中的列NULL
被假定为用于后台线程的行,并使用主机名报告background
。statements
主机的语句总数。
statement_latency
主机定时语句的总等待时间。
statement_avg_latency
主机每个定时语句的平均等待时间。
table_scans
主机的表扫描总数。
file_ios
主机的文件 I/O 事件总数。
file_io_latency
主机的定时文件 I/O 事件的总等待时间。
current_connections
主机的当前连接数。
total_connections
主机的连接总数。
unique_users
主机的不同用户数。
current_memory
当前为主机分配的内存量。
total_memory_allocated
为主机分配的内存总量。