DB2 Version 9.7 for Linux, UNIX, and Windows

total_act_wait_time - Total activity wait time monitor element

Total time spent waiting within the DB2® database server, while processing an activity. The value is given in milliseconds.

Table 2. Event Monitoring Information
Event Type Logical Data Grouping Monitor Switch
Activities event_activity (reported in the details_xml document) ACTIVITY METRICS BASE
Activities event_activitymetrics ACTIVITY METRICS BASE
Package cache Reported in the activity_metrics document. ACTIVITY METRICS BASE

Unit of work

Reported in the system_metrics document.

REQUEST METRICS BASE

Usage

Use this monitor element along with the total_act_time monitor element to determine the percentage of time the data server spent working on the activity.
(total_act_time - total_act_wait_time)/(total_act_time) = % of time data server is actively working on activity