Database Schema Reference
Appendix B Engine Database Schema 351
Table B -32 WFHPerformanceLog
Name Index Null? Type Description
SAMPLETIME NOT
NULL
DATE Date time stamp for the sample.
RESPONSETIME NOT
NULL
NUMBER(38) Average engine response time to
requests by a client application.
SWAPINTIME NOT
NULL
NUMBER(38) Average process swap in time.
SWAPOUTTIME NOT
NULL
NUMBER(38) Average process swap out time.
TXCOMMITTIME NOT
NULL
NUMBER(38) Average engine transaction commit
time.
DBSACQUIRETIME NOT
NULL
NUMBER(38) Average DB service acquire time.
APPCPUTIME NOT
NUL
NUMBER(38) Engine CPU time.
GCCPUTIME NOT
NUL
NUMBER(38) Engine garbage collection time.
ACTIVESESSION NOT
NULL
NUMBER(38) The number of active sessions.
SUSPENDSESSION NOT
NULL
NUMBER(38) The number of suspended sessions.
ACTIVEPROCESS NOT
NULL
NUMBER(38) The number of active processes.
ACTIVESUBPROCESS NOT
NULL
NUMBER(38) The number of active subprocesses.
PENDINGACTIVITY NOT
NULL
NUMBER(38) The number of pending activities.
READYACTIVITY NOT
NULL
NUMBER(38) The number of ready activities.
ACTIVEACTIVITY NOT
NULL
NUMBER(38) The number of active activities.
RUNNINGTIMER NOT
NULL
NUMBER(38) The number of running timers.
STOPPEDTIMER NOT
NULL
NUMBER(38) The number of stopped timers.