[Swift-commit] r4716 - trunk/libexec/log-processing
    jonmon at ci.uchicago.edu 
    jonmon at ci.uchicago.edu
       
    Wed Jun 29 21:52:02 CDT 2011
    
    
  
Author: jonmon
Date: 2011-06-29 21:52:02 -0500 (Wed, 29 Jun 2011)
New Revision: 4716
Modified:
   trunk/libexec/log-processing/README.txt
Log:
updated the README to use the new swift_plotter script
Modified: trunk/libexec/log-processing/README.txt
===================================================================
--- trunk/libexec/log-processing/README.txt	2011-06-29 21:30:14 UTC (rev 4715)
+++ trunk/libexec/log-processing/README.txt	2011-06-30 02:52:02 UTC (rev 4716)
@@ -36,7 +36,7 @@
 . Plot with the JFreeChart-based plotter in usertools/plotter:
 +
 ------------------------------------------
-lines.zsh load.cfg load.eps load.data
+swift_plotter.zsh -s load.cfg load.eps load.data
 ------------------------------------------
 
 Make a basic job completion plot from Coasters Cpu log lines
@@ -53,7 +53,7 @@
 . Plot with the JFreeChart-based plotter in usertools/plotter:
 +
 ------------------------------------------
-lines.zsh completed.cfg completed.eps completed.data
+swift_plotter.zsh -s completed.cfg completed.eps completed.data
 ------------------------------------------
 
 Make a basic Block allocation plot from Coasters Block log lines
@@ -70,7 +70,7 @@
 . Plot with the JFreeChart-based plotter in usertools/plotter:
 +
 ------------------------------------------
-lines.zsh blocks.{cfg,eps,data}
+swift_plotter.zsh -s blocks.{cfg,eps,data}
 ------------------------------------------
 
 Make a job runtime distribution plot from Coasters Cpu log lines
@@ -93,5 +93,5 @@
 . Plot with the JFreeChart-based plotter in usertools/plotter:
 +
 ------------------------------------------
-lines.zsh buckets.cfg buckets.eps buckets.data
+swift_plotter.zsh -s buckets.cfg buckets.eps buckets.data
 ------------------------------------------
    
    
More information about the Swift-commit
mailing list