Kieker 1.4

kieker.tools.traceAnalysis
Class TraceAnalysisTool

java.lang.Object
  extended by kieker.tools.traceAnalysis.TraceAnalysisTool

public final class TraceAnalysisTool
extends Object

This is the main class to start Tpan - the model synthesis and analysis server to process the monitoring data that comes from the instrumented system, or from a file that contains Kieker monitoring data. Tpan can produce output such as sequence diagrams, dependency graphs on demand. Alternatively it can be used continuously for online performance analysis, anomaly detection or live visualization of system behavior. A Tpan is started via ant-script or command line. Visualization and output should be implemented as plugins. These plugins must be implemented to be loaded at runtime (Class.forName...) in order to keep compile-time dependencies low.

Author:
Andre van Hoorn, Matthias Rohr

Field Summary
static String DATE_FORMAT_PATTERN_CMD_USAGE_HELP
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMAT_PATTERN_CMD_USAGE_HELP

public static final String DATE_FORMAT_PATTERN_CMD_USAGE_HELP
Method Detail

main

public static void main(String[] args)

Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net