[AIX Solaris HP-UX Linux Windows][z/OS]

DataReaderWrapper class

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

Purpose

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

Location

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 log 
  data.out 1113189469300 1113189472500 name server1 node dabtcNode01

Usage

To run the DataReaderWrapper class from a command line, use the following command:

java DataReaderWrapper  

Parameters

The following parameters are available:

In the following example, the DataReaderWrapper reads the ServerStatsCache log files in the log directory from the time 1113189469300 to 1113189472500 on the server1 machine and the dabtcNode01 node:
java DataReaderWrapper ServerStatsCache log data.out 1113189469300 1113189472500 name server1 node dabtcNode01
Reference topic    

Terms and conditions for information centers | Feedback

Last updated: April 20, 2014 08:46 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=rwve_runtimetop
File name: rwve_runtimetop.html