kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-546] [KIEK-24] TODO: TraceAnalysisTool: turn HTML system model output into plugin #1679

Closed rju closed 17 hours ago

rju commented 3 days ago

JIRA Issue: [KIEKER-546] [KIEK-24] TODO: TraceAnalysisTool: turn HTML system model output into plugin Original Reporter: Marius Löwe


kieker.tools.traceAnalysis.TraceAnalysisTool.dispatchTasks():

// TODO: turn into plugin with output code in terminate(..) method
// See ticket
// https://kieker-monitoring.atlassian.net/ticket/170
final String systemEntitiesHtmlFn = new File(
        TraceAnalysisTool.outputDir + File.separator
                + TraceAnalysisTool.outputFnPrefix
                + "system-entities").getAbsolutePath();
TraceAnalysisTool.systemEntityFactory.saveSystemToHTMLFile(systemEntitiesHtmlFn);
System.out.println("");
System.out.println("#");
System.out.println("# Plugin: " + "System Entity Factory");
System.out.println("Wrote table of system entities to file '"
        + systemEntitiesHtmlFn + ".html'");
rju commented 2 days ago

author André van Hoorn -- Fri, 23 Mar 2012 09:18:15 +0100

Fixed in 7976552a8664cfb04f470e98da705ee9d1b1cd62:

rju commented 2 days ago

author Jan Waller -- Fri, 23 Mar 2012 10:32:12 +0100

This filter might pose a problem in finding a topological ordering to terminate!
It should be last to terminate, but is not connected anywhere!