Skip to main content

Oracle Metrics

Database metrics are a comprehensive collection of database workloads and resource usages. The WhaTap monitoring service continuously collects metric data to identify bottlenecks in the database and provides data to help identify the root cause of the performance issue.

For more information about columns, see the link.

MetricDescription
cpu_used_by_this_sessionCPU time (in 10 milliseconds) used by the session, from the user call start time to its end time.
db_timeElapsed time (in microseconds) to perform user-level calls to the database.
active_sessionsNumber of sessions running queries
cpuCPU Utilization
cpu_coresCPU core count
db_block_changesNumber of blocks changed in SGA
db_file_scattered_read_time_waitedTotal waiting time for the DB file scattered read events
db_file_scattered_read_total_timeoutsTotal timeout count for the DB file scattered read events
db_file_scattered_read_total_waitsTotal wait count for the DB file scattered read events
db_file_sequential_read_time_waitedTotal waiting time for the DB file sequential read events
db_file_sequential_read_total_timeoutsTotal timeout count for the DB file sequential read events
db_file_sequential_read_total_waitsTotal wait count for the DB file sequential read events
enqueue_waitsTotal number of waits during queue conversion or import due to queue import delays.
excute_countTotal number of calls that performed SQL statements
fatal_countFatal error count
iowait_cpuPercentage of the CPU queued time for I/O
lock_wait_sessionsNumber of waits to acquire the current row lock
logons_currentTotal current logon count
long_running_sessionsNumber of sessions running for long time
memoryMemory utilization
opened_cursors_currentNumber of open cursors
parse_count_(hard)Total number of syntax analysis calls (actual syntax analysis)
parse_count_(total)Total number of syntax analysis calls (hard, soft, describe)
physical_readsNumber of data blocks read from disk
physical_writesNumber of data blocks written to disk, or sum of physical writes direct and physical writes from cache.
session_logical_readsNumber of data blocks read from memory, or sum of db block gets and consistent gets.
sorts_(memory)Number of sorts performed in memory
sys_cpuSum of CPU time used by the session
total_elapse_timeCumulative total elapsed time of all requests since the last database instance restart.
total_sessionsNumber of all sessions
txn_sessionsNumber of sessions with transactions
user_commitsUser commit count per transaction
user_cpuUser CPU usage (%)
wait_sessionsNumber of sessions queuing for events
warning_countNumber of all alerts