Skip to main content

Tibero metrics

Database metrics comprehensively collect the workload and resource usage of the database. The WhaTap monitoring service continuously collects metrics to identify bottlenecks in the database and provides data to help identify the root causes of performance issues.

IndicatorsDescription
active sessionsNumber of sessions running queries
block disk readNumber of times when blocks have been read from the disk
block gets (CRX)Number of CR block examine requests
block updatesNumber of times when blocks have been modified after leaving the Redo logs
connect_errorNumber of access errors
consistent block getsNumber of CR block requests
consistent multi getsNumber of multi CR block requests
cpuCPU Utilization(%)
cpu_coresCPU core count
current block getsNumber of the current block requests
current block gets - no waitNumber of the current block acquisitions without waiting
dbwr write - OSNumber of write requests to OS by DBWR
execute countTotal number of calls that performed SQL statements
fatal countFatal error count
iowait cpuPercentage of the CPU waiting time for I/O
lock wait sessionsNumber of waits to acquire the current row lock
logical readsNumber of data blocks read from the memory, or sum of db block gets and consistent gets
logons cumulativeTotal number of logons since the instance launching
long running sessionsNumber of sessions running for long time
multi block disk readNumber of multi block readings from the disk
parse count (hard)Total number of syntax analysis calls (actual syntax analysis)
parse count (total)Total number of parse calls (hard, soft, describe)
physical readsNumber of data blocks read from disk
pq sessionsNumber of sessions performing parallel processes
sorts (memory)Number of sorts performed in memory
sys cpuSum of cpu time used by the session
the number of user commits performedsys cpu usage (%)
total elapse timeCumulative total elapsed time of all requests since the last database instance restart
total sessionsNumber of all sessions
user cpuCPU usage (%) performing tasks such as query or procedure run by users
wait sessionsNumber of sessions queuing for events
warning countNumber of all alerts