[Swift-commit] r6811 - SwiftApps/Scattering/paintgrid/docs

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu Aug 8 16:43:00 CDT 2013


Author: davidk
Date: 2013-08-08 16:43:00 -0500 (Thu, 08 Aug 2013)
New Revision: 6811

Added:
   SwiftApps/Scattering/paintgrid/docs/activeplot.png
   SwiftApps/Scattering/paintgrid/docs/cumulativeplot.png
Modified:
   SwiftApps/Scattering/paintgrid/docs/README
   SwiftApps/Scattering/paintgrid/docs/tutorial.html
Log:
Add a section on plotting with examples


Modified: SwiftApps/Scattering/paintgrid/docs/README
===================================================================
--- SwiftApps/Scattering/paintgrid/docs/README	2013-08-08 20:53:22 UTC (rev 6810)
+++ SwiftApps/Scattering/paintgrid/docs/README	2013-08-08 21:43:00 UTC (rev 6811)
@@ -215,3 +215,18 @@
 $ ./stop-beagle
 -----
 
+Plotting
+--------
+The paintgrid directory includes a script called plot.sh that can be used for 
+plotting. It generates two image files: cumulativeplot.png and activeplot.png.
+cumulativeplot.png shows overall progress over time, while activeplot.png shows
+the number of active jobs over time. When the worker agents are trasnferring
+data to and from nodes, this time does not get marked as active.
+
+Below is an example of two images created during a run to Beagle.
+
+image:cumulativeplot.png[]
+image:activeplot.png[]
+
+NOTE: Very fast/short running jobs may fail to produce a valid activeplot.png
+due to a lack of data.

Added: SwiftApps/Scattering/paintgrid/docs/activeplot.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/Scattering/paintgrid/docs/activeplot.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: SwiftApps/Scattering/paintgrid/docs/cumulativeplot.png
===================================================================
(Binary files differ)


Property changes on: SwiftApps/Scattering/paintgrid/docs/cumulativeplot.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: SwiftApps/Scattering/paintgrid/docs/tutorial.html
===================================================================
--- SwiftApps/Scattering/paintgrid/docs/tutorial.html	2013-08-08 20:53:22 UTC (rev 6810)
+++ SwiftApps/Scattering/paintgrid/docs/tutorial.html	2013-08-08 21:43:00 UTC (rev 6811)
@@ -909,11 +909,37 @@
 </div>
 </div>
 </div>
+<div class="sect1">
+<h2 id="_plotting">Plotting</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>The paintgrid directory includes a script called plot.sh that can be used for
+plotting. It generates two image files: cumulativeplot.png and activeplot.png.
+cumulativeplot.png shows overall progress over time, while activeplot.png shows
+the number of active jobs over time. When the worker agents are trasnferring
+data to and from nodes, this time does not get marked as active.</p></div>
+<div class="paragraph"><p>Below is an example of two images created during a run to Beagle.</p></div>
+<div class="paragraph"><p><span class="image">
+<img src="cumulativeplot.png" alt="cumulativeplot.png" />
+</span>
+<span class="image">
+<img src="activeplot.png" alt="activeplot.png" />
+</span></p></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">Very fast/short running jobs may fail to produce a valid activeplot.png
+due to a lack of data.</td>
+</tr></table>
 </div>
+</div>
+</div>
+</div>
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2013-08-08 15:09:56 CDT
+Last updated 2013-08-08 16:31:38 CDT
 </div>
 </div>
 </body>




More information about the Swift-commit mailing list