![]() ![]() ![]() ![]() |
Diagnostic Archives: Configuration
Configuration Options Related Tasks Related Topics
Use this page to configure how and where the current server archives its monitoring and diagnostics data.
Configuration Options
Name Description Server The name of the server.
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.
Preferred Store Size Return the preferred limit on the size of diagnostic store file in MB.
MBean Attribute:
WLDFServerDiagnosticMBean.PreferredStoreSizeLimit
Minimum value:
10
Store Size Check Period Return the period in hours at which diagnostic store file size check will be performed
MBean Attribute:
WLDFServerDiagnosticMBean.StoreSizeCheckPeriod
Minimum value:
1
Store Size Check Period Return the period in hours at which diagnostic store file size check will be performed
MBean Attribute:
WLDFServerDiagnosticMBean.StoreSizeCheckPeriod
Minimum value:
1
Data Retirement Enabled This attribute controls if configuration based data retirement functionality is enabled on the server. If disabled, all retirement policies will be disabled.
MBean Attribute:
WLDFServerDiagnosticMBean.DataRetirementEnabled
Name 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:
WLDFDataRetirementMBean.Name
Changes take effect after you redeploy the module or restart the server.
Type Returns the type of the MBean.
MBean Attribute:
WLDFDataRetirementMBean.Type
Changes take effect after you redeploy the module or restart the server.
Archive Name Name of the archive for which data retirement is configured
MBean Attribute:
WLDFDataRetirementMBean.ArchiveName
Enabled Enable data retirement
MBean Attribute:
WLDFDataRetirementMBean.Enabled
Retirement Age Retirement age for records in hours. Older records will be eligible for deletion.
MBean Attribute:
WLDFDataRetirementByAgeMBean.RetirementAge
Minimum value:
1
Retirement Time This attribute specifies the hour of day at which the data retirement task will first run during the day.
MBean Attribute:
WLDFDataRetirementMBean.RetirementTime
Retirement Period This attribute specifies the period in hours at which the data retirement task will be periodically performed for the archive during the day after it is first executed. The value of this attribute must be positive
MBean Attribute:
WLDFDataRetirementMBean.RetirementPeriod
Minimum value:
1
![]() |