host_summary and x$host_summary Sys Schema Views
The host_summary views provide a high-level overview of activity per client host, including statement counts, file I/O, and connection statistics.
Last updated
Was this helpful?
The host_summary views provide a high-level overview of activity per client host, including statement counts, file I/O, and connection statistics.
Last updated
Was this helpful?
Was this helpful?
SELECT * FROM sys.host_summary\G
*************************** 1. row ***************************
host: localhost
statements: 59
statement_latency: 148.11 ms
statement_avg_latency: 2.51 ms
table_scans: 11
file_ios: 2065
file_io_latency: 79.57 ms
current_connections: 1
total_connections: 3
unique_users: 1
current_memory: -2672 bytes
total_memory_allocated: 0 bytes
SELECT * FROM sys.x$host_summary\G
*************************** 1. row ***************************
host: localhost
statements: 98
statement_latency: 160926285000
statement_avg_latency: 1642104948.9796
table_scans: 12
file_ios: 2071
file_io_latency: 79742533755
current_connections: 1
total_connections: 3
unique_users: 1
current_memory: -2672
total_memory_allocated: 0