Kieker 1.9

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 the Kieker TraceAnalysisTool - the model synthesis and analysis tool to process the monitoring data that comes from the instrumented system, or from a file that contains Kieker monitoring data. The Kieker TraceAnalysisTool 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.

Since:
0.95a
Author:
Andre van Hoorn, Matthias Rohr, Nils Christian Ehmke

Field Summary
static String DATE_FORMAT_PATTERN_CMD_USAGE_HELP
           
 
Method Summary
static void main(String[] args)
          This is the main method of the tool.
static void mainHelper(String[] args, boolean useSystemExit)
           
 
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)
This is the main method of the tool.

Parameters:
args - The command line arguments.

mainHelper

public static void mainHelper(String[] args,
                              boolean useSystemExit)

Kieker 1.9

Copyright 2014 Kieker Project, http://kieker-monitoring.net