[Swift-commit] r2253 - log-processing

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Oct 3 12:34:35 CDT 2008


Author: benc
Date: 2008-10-03 12:34:34 -0500 (Fri, 03 Oct 2008)
New Revision: 2253

Modified:
   log-processing/README
Log:
tidy up basic usage section to reflect presence of command line utility to make a plot

Modified: log-processing/README
===================================================================
--- log-processing/README	2008-10-03 14:47:33 UTC (rev 2252)
+++ log-processing/README	2008-10-03 17:34:34 UTC (rev 2253)
@@ -1,3 +1,4 @@
+This is the README for the swift log-processing package.
 
 Some prerequisites
 ==================
@@ -9,30 +10,27 @@
 Basic use
 =========
 
-To generate webpage:
+To generate a webpage:
 
-Run like this:
+add <CHECKOUT>/bin to your path
 
-make LOG=raw.log clean webpage
+swift-plot-log modelproc-20080918-1644-nyjqiddf.log
 
-you can specify any swift log file
+You will be left with a directory
 
-you'll get an index.html with some embedded png links
+report-modelproc-20080918-1644-nyjqiddf/
 
-Kickstart
-=========
+in which you will find
 
-If you want to process kickstart records, specify an additional
-parameter KDIR=/path/to/where/kickstart/records/are
+report-modelproc-20080918-1644-nyjqiddf/index.html
 
-Falkon
-======
-If you want to process falkon logs, specify FDIR=/path/to/falkon/log/dir
-and add webpage.falkon as a makefile target
+Open that with your favourite web browser.
 
-Commandline Tools
-=================
 
+
+Other Commandline Tools
+=======================
+
   ./execute2-status-from-log [logfile]
      lists every (execute2) job and its final status
 




More information about the Swift-commit mailing list