org.edg.data.reptor.analysis
Class ExampleCregAnalysis2

java.lang.Object
  extended byorg.edg.data.reptor.analysis.ExampleCregAnalysis2

public class ExampleCregAnalysis2
extends java.lang.Object

Quick example to show matching of two events from a logfile (approximate start of replication until the approximate end of replication). The time difference between the two events is the result. This one restricts the results to replications that took less than 7300 ms. Note: this requires the log4j logger patern begins with %d{ISO8601}. It also makes the match based on a pattern %c{2}:%L.

Version:
$Id: ExampleCregAnalysis2.java,v 1.1 2003/10/15 14:35:25 jamesc Exp $
Author:
Gavin McCance

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

Constructor Detail

ExampleCregAnalysis2

public ExampleCregAnalysis2(java.lang.String logFile)
Method Detail

main

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