The Monitoring Options below apply to a given UMS context. You can override the default values of these options and apply monitoring option values to all UMS contexts (transports and event queues) with the following environment variables.
LBM_MONITOR_INTERVAL
LBM_MONITOR_TRANSPORT
LBM_MONITOR_TRANSPORT_OPTS
LBM_MONITOR_APPID
These variables will not override any Monitoring Options you specifically set. The environment variables only override Monitoring Options default values.
If you do not specify any monitoring options either in an UMS configuration file or via lbm_context_attr_setopt() calls, no monitoring will occur. However, if you then set the LBM_MONITOR_INTERVAL environment variable to 5, you will turn on automatic monitoring for every UMS context your application creates at 5 second intervals. If you then set monitor_interval to 10 for a particular context, all transport sessions in that context will be monitored every 10 seconds.
See also Automatic Monitoring for more information about this feature.
An application ID string used by automatic monitoring to identify the application generating the statistics.
An application ID string used by automatic monitoring to identify the application generating the statistics.
Interval at which automatic monitoring retrieves the statistics for all transport sessions on a context. Setting this option to zero (the default) disables the automatic monitoring of a context's transport sessions.
Interval at which automatic monitoring retrieves the statistics for an event queue. Setting this option to zero (the default) disables the automatic monitoring of an event queue. When monitoring Event Queue statistics you must enable the Event Queue UM Configuration Options, queue_age_enabled, queue_count_enabled and queue_service_time_enabled . UM disables these options by default, which produces no event queue statistics.
The LBMMON transport module to be used for automatic monitoring.
The LBMMON transport module to be used for automatic monitoring.
An option string to be passed to the LBMMON transport module for automatic monitoring. See The UM Transport Module for more information about Transport Options. (Options for the lbm transport module and the lbmsnmp transport module are identical.)
An option string to be passed to the LBMMON transport module for automatic monitoring. See The UM Transport Module for more information about Transport Options. (Options for the lbm transport module and the lbmsnmp transport module are identical.)
Copyright (c) 2004 - 2014 Informatica Corporation. All rights reserved.