DB2 CPU time returned to calling task -
09-25-2009
, 04:36 PM
For batch programs, CICS, IMS transactions, and TSO calls that access DB2 data the CPU time accumulated in DB2 is returned to the calling event.
Does that returned DB2 time include, or exclude, DB2 time for stored procedures, user-defined functions, and trigger time?
Does it include, or exclude, z/IIP engine time (for stored procedures, triggers) into the corresponding SMF 30 fields for SCP, and z/IIP CPU time?
Example: for a batch program from a chargeback perspective
Total CPU =
Batch CPU time from the SMF 30s (SRB, TCB, RCT, HIP, IOI, ZAP, SUP),
plus
DB2 SMF 101s time for stored procedures, UDFs, and triggers for SCPs,
plus
DB2 SMF 101s time for z/IIP engine stored procedures, triggers.
Art |