kieker.tools.traceAnalysis
Class TraceAnalysisTool
java.lang.Object
kieker.tools.AbstractCommandLineTool
kieker.tools.traceAnalysis.TraceAnalysisTool
public final class TraceAnalysisTool
- extends AbstractCommandLineTool
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_FORMAT_PATTERN_CMD_USAGE_HELP
public static final java.lang.String DATE_FORMAT_PATTERN_CMD_USAGE_HELP
main
public static void main(java.lang.String[] args)
mainHelper
public static void mainHelper(java.lang.String[] args,
boolean useSystemExit)
addAdditionalOptions
protected void addAdditionalOptions(org.apache.commons.cli.Options options)
- Specified by:
addAdditionalOptions
in class AbstractCommandLineTool
readPropertiesFromCommandLine
protected boolean readPropertiesFromCommandLine(org.apache.commons.cli.CommandLine commandLine)
- Specified by:
readPropertiesFromCommandLine
in class AbstractCommandLineTool
performTask
protected boolean performTask()
- Specified by:
performTask
in class AbstractCommandLineTool
getHelpFormatter
protected org.apache.commons.cli.HelpFormatter getHelpFormatter()
- Overrides:
getHelpFormatter
in class AbstractCommandLineTool
Copyright 2015 Kieker Project, http://kieker-monitoring.net