Performance Metric kcml.sql.total

Summary

Total remote database load

Send Condition

Program LOAD, SOAP server method calls, form events & $END. Periodically from database or native file I/O operations, $BREAK, $IF & 'KCML_poll()

Overview

Periodically reports the amount of load on an Oracle database. The kcml.sql.prepare, kcml.sql.execute, kcml.sql.fetch & kcml.sql.lobread metrics can be used to identify which SQL queries are the most expensive to service.

Statistics

NameTypeDescription
prepcntnumNumber of SQL plans that have been prepared
execcntnumNumber of SQL plans that have been executed
fetchcntnumNumber of fetch operations
lobrdsnumLOB read count
ptimeusecTotal time spent preparing SQL plans
etimeusecTotal time spent executing SQL plans
ftimeusecTotal time spent fetching results
ltimeusecTotal time spent reading & writing LOBs
hdlcntnumNumber of active (non-deferred) handles
curscntnumNumber of active cursors

General Form

kcml.sql.total,prepcnt=num,execcnt=num,fetchcnt=num,lobrds=num,ptime=usec,etime=usec,ftime=usec,ltime=usec,hdlcnt=num,curscnt=num

See Also:

Performance Metrics