[Swift-commit] r2363 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Dec 10 09:49:41 CST 2008


Author: benc
Date: 2008-12-10 09:49:40 -0600 (Wed, 10 Dec 2008)
New Revision: 2363

Modified:
   trunk/docs/log-processing.xml
Log:
update log-processing doc to present swift-plot-log command

Modified: trunk/docs/log-processing.xml
===================================================================
--- trunk/docs/log-processing.xml	2008-12-09 19:13:01 UTC (rev 2362)
+++ trunk/docs/log-processing.xml	2008-12-10 15:49:40 UTC (rev 2363)
@@ -26,50 +26,15 @@
 	<section><title>Web page about a run</title>
 		<para>
 			<screen>
-make LOG=/path/to/readData-20080304-0903-xgqf5nhe.log clean webpage
+cd log-processing/bin
+export PATH=$(pwd):$PATH
+swift-plot-log /path/to/readData-20080304-0903-xgqf5nhe.log 
 			</screen>
-This will create a web page in the log-processing directory giving
-information about the run that is extracted from the log file. If the
-above command is used before a run is completed, the web page will report
-information about the workflow progress so far.
+This will create a web page, report-readData-20080304-0903-xgqf5nhe
+If the above command is used before a run is completed, the web page will
+report information about the workflow progress so far.
 		</para>
 
-		<para>
-Additional more expensive to compute information can added to this using
-the following makefile targets, which should be added to the command line
-between the clean and makefile targets.
-		</para>
-		<para>
-webpage.kara - more detailed information about internal Karajan-level
-execution
-		</para>
-		<para>
-webpage.clusters - details of job clustering. This will fail if no job
-clustering occurred.
-		</para>
-		<para>
-webpage.falkon - details of falkon workers. This will fail if no Falkon
-log file is present.
-		</para>
-		<para>
-webpage.weights - details of site scoring
-		</para>
-		<para>
-webpage.info - details of execute-site wrapper logs. For versions of Swift
-prior to r1700, you will need to stage the *-info logs back to the
-same place as the Swift log manually. AFter r1700, they are staged back
-automatically under the control of the wrapperlog.always.transfer property.
-The IDIR variable must be set to point to the directory containg the logs:
-<screen>
-make LOG=/path/fmri-20080304-0901-h8h78lnf.log \
-     IDIR=/path/130-fmri-20080304-0901-h8h78lnf.d/ clean webpage.info webpage 
-</screen>
-		</para>
-		<para>
-webpage.kickstart - similar to the webpage.info target, this gives execute-site
-kickstart record information.
-		</para>
-
 	</section>
 	<section><title>CEDPS logs</title>
 		<para>




More information about the Swift-commit mailing list