org.echarts.monitor
Class RawCat

java.lang.Object
  extended by org.echarts.monitor.RawCat

public class RawCat
extends java.lang.Object

Program to stringify/filter/concatenate 'raw' (binary) log files that may be produced by MachineEventMonitor subclasses e.g. org.echarts.RawEventMonitor. See printUsage() below for invocation and command line options.


Constructor Summary
RawCat()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawCat

public RawCat()
Method Detail

main

public static void main(java.lang.String[] argv)