[Swift-commit] r2062 - log-processing
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sun Jun 15 07:49:17 CDT 2008
Author: benc
Date: 2008-06-15 07:49:17 -0500 (Sun, 15 Jun 2008)
New Revision: 2062
Modified:
log-processing/index.html.template
Log:
move more interesting graph to the front of the report
Modified: log-processing/index.html.template
===================================================================
--- log-processing/index.html.template 2008-06-15 12:16:25 UTC (rev 2061)
+++ log-processing/index.html.template 2008-06-15 12:49:17 UTC (rev 2062)
@@ -3,37 +3,26 @@
<body><h1>Swift log analysis</h1>
-<p>This is an automatically generated post-mortem log file
-analysis for Swift and related tools.</p>
-
<p>(TODO indicate log file name here; indicate report generation
time here; indicate version of swift that was used - if locally modified
print a big red warning)</p>
-<ul>
- <li>1. Whole workflow</li>
- <li>2. execute - application calls from SwiftScript</li>
- <li>3. execute2 - attempts by Swift to invoke applications</li>
- <li>4. kickstart - records from the worker nodes</li>
- <li>5. karajan - statistics on the guts of the execution engine</li>
- <li>6. falkon</li>
- <li>7. per-site statistics</li>
-</ul>
+<hr />
+<h2>Summary of execution</h2>
+<p>This plot shows the state of executions over time. When a SwiftScript
+program makes a procedure call, an execution will appear on this plot
+in START state. Over time, jobs should end up either in END_SUCCESS or
+END_FAILURE states.
+</p>
+<img src="execute-trails.png" />
-<p>In this document, text formatted like this is boilerplate explanatory
-text and will not change from run to run...</p>
-<pre>... whilst text formatted like this is generated based on the
-supplied run log files.
+<p>Final status totals:</p>
+<pre>
+include(`execute.lastsummary')
</pre>
-<h2>Workflow</h2>
-<p>The workflow itself
-(<a href="workflow.event">text file of event(s)</a>)
- - there should be just one of them and it should
-take the whole span of execution time:</p>
-<img src="workflow.png" />
-
+<hr />
<h2>execute</h2>
<p>Executions
(<a href="execute.event">text file of events</a>)
@@ -286,5 +275,14 @@
<br />
5. <img src="cluster-jobcount-histogram.png" />
<hr />
+
+<h2>Workflow</h2>
+
+<p>The workflow itself
+(<a href="workflow.event">text file of event(s)</a>)
+ - there should be just one of them and it should
+take the whole span of execution time:</p>
+<img src="workflow.png" />
+
<p>end</p>
</body>
More information about the Swift-commit
mailing list