1.3.2.2 Adding EXT_MON in the RESOURCES Section
Collection and calculation of certain metrics (such as Service Metrics and IPC Queue Metrics in MIB), consumes CPU time and potentially impacts Oracle Tuxedo performance. Oracle Tuxedo uses the EXT_MON
OPTIONS parameter in the UBBCONFIG file *RESOURCES section to allow MIB performance sensitive metrics collection.
If the indicator is specified, all metrics listed in the Tuxedo Targets section are collected in MIB; otherwise, if the indicator is not specified, the following metrics are not collected by Oracle Tuxedo:
- Tuxedo Server Service metrics
- Tuxedo Server IPC Queue metrics
- Tuxedo Bridge IPC Queue metrics
The metrics collection policy changes immediately once you modify this parameter setting.
An SHM UBBCONFIG Sample Supporting Enterprise Manager Monitoring
*RESOURCES
IPCKEY 65831
DOMAINID shm
MASTER L1
MODEL SHM
MAXACCESSERS 100
MAXSERVERS 100
OPTIONS EXT_MON
*MACHINES
"<hostname>" LMID = L1
APPDIR = "/testarea/tux/test/jmx/servers"
TUXCONFIG = "/testarea/tux/test/jmx/servers/tuxconfig"
TUXDIR = "/testarea/tux/oracle/tuxedo12c"
*GROUPS
ATMIGRP1 LMID = L1
GRPNO = 10
*SERVERS
SvrUpdate SRVGRP = ATMIGRP1
SRVID = 100
*SERVICES
*NETWORK
"L1"
NLSADDR="<hostname>:16998"