kieker.tools.traceAnalysis
Class TraceAnalysisTool
java.lang.Object
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
Method Summary |
static void |
main(String[] args)
This is the main method of the tool. |
static void |
mainHelper(String[] args,
boolean useSystemExit)
|
DATE_FORMAT_PATTERN_CMD_USAGE_HELP
public static final String DATE_FORMAT_PATTERN_CMD_USAGE_HELP
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)
Copyright 2014 Kieker Project, http://kieker-monitoring.net>