[Swift-commit] r6816 - SwiftApps/Scattering/paintgrid/docs
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Fri Aug 9 08:07:11 CDT 2013
Author: davidk
Date: 2013-08-09 08:07:10 -0500 (Fri, 09 Aug 2013)
New Revision: 6816
Modified:
SwiftApps/Scattering/paintgrid/docs/README
SwiftApps/Scattering/paintgrid/docs/tutorial.html
Log:
Exaple of how to plot from a lot file
Modified: SwiftApps/Scattering/paintgrid/docs/README
===================================================================
--- SwiftApps/Scattering/paintgrid/docs/README 2013-08-09 01:20:22 UTC (rev 6815)
+++ SwiftApps/Scattering/paintgrid/docs/README 2013-08-09 13:07:10 UTC (rev 6816)
@@ -223,6 +223,14 @@
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.
+After each swift run, a log file will be created called
+paintgrid-<YYYYmmdd>-<hhmm>-<random>.log. Once you have identified the log
+file, run the following command to generate the plots:
+
+-----
+$ ./plot.sh <logfile>
+-----
+
Below is an example of two images created during a run to Beagle.
image:cumulativeplot.png[]
Modified: SwiftApps/Scattering/paintgrid/docs/tutorial.html
===================================================================
--- SwiftApps/Scattering/paintgrid/docs/tutorial.html 2013-08-09 01:20:22 UTC (rev 6815)
+++ SwiftApps/Scattering/paintgrid/docs/tutorial.html 2013-08-09 13:07:10 UTC (rev 6816)
@@ -917,6 +917,13 @@
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>After each swift run, a log file will be created called
+paintgrid-<YYYYmmdd>-<hhmm>-<random>.log. Once you have identified the log
+file, run the following command to generate the plots:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ ./plot.sh <logfile></tt></pre>
+</div></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" />
@@ -939,7 +946,7 @@
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-08-08 16:31:38 CDT
+Last updated 2013-08-08 23:13:52 CDT
</div>
</div>
</body>
More information about the Swift-commit
mailing list