WebSphere:*,type=HPELTraceDataService
MBean HPELTraceDataService
Trace Information for the RAS High Performance Extensible Logging (HPEL).
Attribute Summary | |
java.lang.String | storageType The trace storage type |
java.lang.String | dataDirectory The base directory to use for trace file directory |
boolean | purgeBySizeEnabled Is purging by size enabled |
long | purgeMaxSize The maximum MB size of the repository |
boolean | purgeByTimeEnabled Is purging by time enabled |
long | purgeMinTime The minimum time (hours) to store trace records |
long | memoryBufferSize The trace memory buffer |
java.lang.String | outOfSpaceAction The action to perform when an exception occurs during a trace write. |
boolean | bufferingEnabled Buffering enablement indicator for binary trace |
boolean | fileSwitchEnabled Enabling of trace switch each day at a specified time |
int | fileSwitchTime The hour each day when to switch files (if enabled) |
Operation Summary | |
void | setTraceRepository( Initialization of much of the binary trace repository config. |
void | setTraceMemory( Initialization of the in-memory trace config. |
void | dumpTraceMemory() Dump in-memory trace to disk. |
Attribute Detail |
public java.lang.String storageType
public java.lang.String dataDirectory
public boolean purgeBySizeEnabled
public long purgeMaxSize
public boolean purgeByTimeEnabled
public long purgeMinTime
public long memoryBufferSize
public java.lang.String outOfSpaceAction
public boolean bufferingEnabled
public boolean fileSwitchEnabled
public int fileSwitchTime
Operation Detail |
public void setTraceRepository(java.lang.String dataDirectory,
boolean purgeBySizeEnabled,
boolean purgeByTimeEnabled,
long purgeMaxSize,
long purgeMinTime,
java.lang.String outOfSpaceAction,
boolean bufferingEnabled,
boolean fileSwitchEnabled,
int fileSwitchTime
)
dataDirectory
-
Directory into which the binary trace repository will be placed.purgeBySizeEnabled
-
Is purge based on size enabled.purgeByTimeEnabled
-
Is purge based on time enabled.purgeMaxSize
-
Size for the entire binary repository.purgeMinTime
-
Min amount of time each logged entry should be maintained.outOfSpaceAction
-
Action to take if unable to write to repository.bufferingEnabled
-
Indicator as to whether or not to do buffer writes.fileSwitchEnabled
-
Enablement for daily file switch.fileSwitchTime
-
Hour of day to switch files if enabled.
public void setTraceMemory(java.lang.String dataDirectory,
long memoryBufferSize
)
dataDirectory
-
Directory into which the in-memory trace dump will be placed.memoryBufferSize
-
Size in MB for the entire in-memory buffer.
public void dumpTraceMemory()