Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Diagnostic Modules: Configuration: Instrumentation

Configuration Options     Related Tasks     

Use this page to enable instrumentation and to define diagnostic monitors for this diagnostic module. A diagnostic monitor executes diagnostic actions when a specific location in the server or application code is invoked. For example, a diagnostic monitor in a diagnostic system module can cause a trace event to be generated after a resource adapter has completed a transaction.

Slightly different versions of this page appear in two places in the Administration Console:

Configuration Options

Name Description
Enabled

Enables instrumentation for this module.

MBean Attribute:
WLDFInstrumentationBean.Enabled

Name

Name of the Module.

MBean Attribute:
WLDFInstrumentationMonitorBean.Name

Changes take effect after you redeploy the module or restart the server.

Type

Standard or delegating monitor.

Note: No standard monitors are available for application-scoped instrumentation.

Included Classes

Pattern expressions for classes that are included in this instrumentation scope.

Note: This option is available only when configuring application-scoped instrumentation.

MBean Attribute:
WLDFInstrumentationMonitorBean.Includes

Excluded Classes

Pattern expressions for classes that will be excluded from this instrumentation scope.

Note: This option is available only when configuring application-scoped instrumentation.

MBean Attribute:
WLDFInstrumentationMonitorBean.Excludes

Actions

The diagnostic actions attached to this monitor. Actions are relevant only for delegating and custom monitors. Valid actions are: TraceAction, DisplayArgumentsAction, MethodInvocationStatisticsAction, MethodMemoryAllocationStatisticsAction, StackDumpAction, ThreadDumpAction, TraceElapsedTimeAction, and TraceMemoryAllocationAction.

MBean Attribute:
WLDFInstrumentationMonitorBean.Actions

Related Tasks


Back to Top