[Swift-commit] r2063 - log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Jun 15 09:42:06 CDT 2008


Author: benc
Date: 2008-06-15 09:42:05 -0500 (Sun, 15 Jun 2008)
New Revision: 2063

Modified:
   log-processing/index.html.template
Log:
more rearrangement of report page

Modified: log-processing/index.html.template
===================================================================
--- log-processing/index.html.template	2008-06-15 12:49:17 UTC (rev 2062)
+++ log-processing/index.html.template	2008-06-15 14:42:05 UTC (rev 2063)
@@ -12,7 +12,8 @@
 <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.
+END_FAILURE states. (<a href="execute.html">More information about
+execute events</a>)
 </p>
 <img src="execute-trails.png" />
 
@@ -21,7 +22,17 @@
 include(`execute.lastsummary')
 </pre>
 
+<p>Breakdown of execute2 final statuses by site:
+(<a href="execute2.html">More information about execute2 events</a>)</p>
 
+include(`jobs-sites.table')
+
+
+<p>Number of execute2 jobs at once - this is basically the number of
+execution attempts that have been submitted to some batch system such
+as GRAM (so are either queued or executing)</p>
+<img src="execute2-total.png"/>
+
 <hr />
 <h2>execute</h2>
 <p>Executions 




More information about the Swift-commit mailing list