TIB_MonitorGroups Type

Unit
IB_Monitor

Declaration

TIB_MonitorGroups = ( mgConnection,
                      mgTransaction,
                      mgStatement,
                      mgRow,
                      mgBlob,
                      mgArray,
                      mgClientTrace );

Description
These are the different categories of API calls that can be selectively included in the monitor output. By adding in the monitoring hooks there is a noticable performance hit due to do the additional processing required. There are two groups of API hooks used so that the mgRow group can be handled specially. Thus, if mgRow is not included there will be no performance degradation on looping through fetches for an IB_Cursor or an IB_Query. BLOB and ARRAY API calls are not being monitored at this time.