[Swift-commit] r6238 - trunk/libexec/log-processing

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Feb 6 08:24:54 CST 2013


Author: ketan
Date: 2013-02-06 08:24:53 -0600 (Wed, 06 Feb 2013)
New Revision: 6238

Modified:
   trunk/libexec/log-processing/README.txt
Log:
Update README with notes. most executables mentioned are not available, new README needed

Modified: trunk/libexec/log-processing/README.txt
===================================================================
--- trunk/libexec/log-processing/README.txt	2013-02-06 02:30:49 UTC (rev 6237)
+++ trunk/libexec/log-processing/README.txt	2013-02-06 14:24:53 UTC (rev 6238)
@@ -30,6 +30,7 @@
 ------------------------------------------
 ./normalize-log.pl file.contains.start.time swift-run.log > swift-run.norm
 ------------------------------------------
+Note: This script not available.
 
 Make a basic load plot from Coasters Cpu log lines
 --------------------------------------------------
@@ -40,12 +41,15 @@
 ------------------------------------------
 ./cpu-job-load.pl < swift-run.norm > load.data
 ------------------------------------------
+Note: This script not available.
+
 . Plot with the JFreeChart-based plotter in usertools/plotter:
 +
 ------------------------------------------
 swift_plotter.zsh -s load.cfg load.eps load.data
 ------------------------------------------
 Note: The load.cfg is available from swift/libexec/log-processing/
+Note: This script not available.
 
 
 Make a basic job completion plot from Coasters Cpu log lines
@@ -64,6 +68,7 @@
 ------------------------------------------
 swift_plotter.zsh -s completed.cfg completed.eps completed.data
 ------------------------------------------
+Note: This script not available.
 
 Make a basic Block allocation plot from Coasters Block log lines
 ----------------------------------------------------------------
@@ -75,12 +80,14 @@
 ------------------------------------------
 ./block-level.pl < swift-run.norm > blocks.data
 ------------------------------------------
+Note: This script not available.
 
 . Plot with the JFreeChart-based plotter in usertools/plotter:
 +
 ------------------------------------------
 swift_plotter.zsh -s blocks.{cfg,eps,data}
 ------------------------------------------
+Note: This script not available.
 
 Make a job run time distribution plot from Coasters Cpu log lines
 -----------------------------------------------------------------
@@ -98,12 +105,14 @@
 ------------------------------------------
 ./buckets.pl 1 times.data > buckets.data
 ------------------------------------------
+Note: This script not available.
 
 . Plot with the JFreeChart-based plotter in usertools/plotter:
 +
 ------------------------------------------
 swift_plotter.zsh -s buckets.cfg buckets.eps buckets.data
 ------------------------------------------
+Note: This script not available.
 
 == Utilities
 




More information about the Swift-commit mailing list