+

Search Tips   |   Advanced Search

Operating Systems: AIX, HP-UX, Linux, Solaris, Windows, z/OS

 

Runtime operations reports script


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 WebSphere_home\appserver\lib\visualization.cacheservice.jar.

 

Usage

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

java DataReaderWrapper  

 

Parameters

The following parameters are available:

 

Example

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


 

Related concepts


Runtime operations overview

 

Related tasks


Creating and managing reports