Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Diagnostic Archives

Configuration Options     Related Tasks     

Each server in a domain persists (archives) all events, log records, and harvested metrics collected by the WebLogic Diagnostic Service. For each server, you can configure such options as whether the server archives its data in a file store or in a database.

This page summarizes how each server archives its diagnostics data.

Configuration Options

Name Description
Server

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:
Name=user-specified-name

MBean Attribute:
WLDFServerDiagnosticMBean.Name

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

Type

Determines whether the current server persists its harvested metrics and event data in a diagnostic store (file-based store) or a JDBC based archive. The default store is file-based.

MBean Attribute:
WLDFServerDiagnosticMBean.DiagnosticDataArchiveType

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

Directory

The directory in which the current server maintains its diagnostic store.

MBean Attribute:
WLDFServerDiagnosticMBean.DiagnosticStoreDir

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

Data Source

The JDBC data source that the server uses to archive its harvested metrics and event data.

Related Tasks


Back to Top