org.jlab.coda.et
Class EtMonitor

java.lang.Object
  extended byorg.jlab.coda.et.EtMonitor

public class EtMonitor
extends java.lang.Object

This class implements a monitor of an ET system. It opens the system, receives all relevant data over a tcp connection, and prints it out.


Field Summary
(package private) static int period
           
(package private) static long prevGcOut
           
 
Constructor Summary
EtMonitor()
           
 
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
 

Field Detail

period

static int period

prevGcOut

static long prevGcOut
Constructor Detail

EtMonitor

public EtMonitor()
Method Detail

main

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