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

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Apr 6 15:50:53 CDT 2011


Author: wozniak
Date: 2011-04-06 15:50:53 -0500 (Wed, 06 Apr 2011)
New Revision: 4296

Modified:
   trunk/libexec/log-processing/README.txt
Log:
Add some asciidoc syntax


Modified: trunk/libexec/log-processing/README.txt
===================================================================
--- trunk/libexec/log-processing/README.txt	2011-04-06 20:41:46 UTC (rev 4295)
+++ trunk/libexec/log-processing/README.txt	2011-04-06 20:50:53 UTC (rev 4296)
@@ -1,4 +1,7 @@
 
+Log Processing
+==============
+
 To properly generate log plots, you must enable VDL/Karajan logging.
 
 Make sure log4.properties contains:
@@ -8,16 +11,32 @@
 
 To make a basic load plot:
 
-* Generate the LOG (may set log4j.logger.swift=INFO for this one)
-  (assuming the log is titled swift-run.log)
+* Generate the log (may set log4j.logger.swift=INFO for this one)
+(assuming the log is titled swift-run.log)
+
 * Make the execute transitions file:
-  make LOG=swift-run.log execute.transitions
-  These transitions are relative to the Unix epoch
+------------------------------------------
+make LOG=swift-run.log execute.transitions
+------------------------------------------
+These transitions are relative to the Unix epoch
+
 * Make the start time file (this contains the earliest timestamp)
-  make LOG=swift-run.log start-time.tmp
+------------------------------------------
+make LOG=swift-run.log start-time.tmp
+------------------------------------------
+
 * Normalize the transition times
-  ./normalise-event-start-time < execute.transitions > execute.norm
+------------------------------------------
+./normalise-event-start-time < execute.transitions > execute.norm
+------------------------------------------
+
 * Build up a load data file:
-  ./accumulate-load.pl < execute.norm > load.data
-* Plot with the JFreeChart-based plotter:
-  lines.zsh load.cfg load.eps load.data
+------------------------------------------
+./accumulate-load.pl < execute.norm > load.data
+------------------------------------------
+
+* Plot with the JFreeChart-based plotter in usertools/plotter:
+------------------------------------------
+lines.zsh load.cfg load.eps load.data
+------------------------------------------
+




More information about the Swift-commit mailing list