+

Search Tips   |   Advanced Search

DataReaderWrapper class

Use a command-line Java class to configure the runtime operations reports to log data for reuse in external programs.

We can read and filter the data logs into our own files by invoking this Java class from a command line.

The DataReaderWrapper class is located in the app_server_root/plugins/com.ibm.ws.ve.runtime.was.jar file.

The full name of the class is:

com.ibm.ws.xd.visualizationengine.cacheservice.DataReaderWrapper
The full class name is required when running the Java command with that class:
java com.ibm.ws.xd.visualizationengine.cacheservice.DataReaderWrapper ServerStatsCache - Intelligent Management log 
  data.out 1113189469300 1113189472500 name server1 node dabtcNode01

To run the DataReaderWrapper class from a command line.

java DataReaderWrapper  


Parameters

The following parameters are available:

In the following example, the DataReaderWrapper reads the ServerStatsCache - Intelligent Management log files in the log directory from the time 1113189469300 to 1113189472500 on the server1 machine and the dabtcNode01 node:

java DataReaderWrapper ServerStatsCache - Intelligent Management log data.out 1113189469300 1113189472500 name server1 node dabtcNode01


Related:

  • Runtime operations overview
  • Create and manage reports