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

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Sep 19 13:34:02 CDT 2011


Author: wozniak
Date: 2011-09-19 13:34:02 -0500 (Mon, 19 Sep 2011)
New Revision: 5131

Modified:
   trunk/libexec/log-processing/README.txt
Log:
More log-processing notes (I thought this was checked in)


Modified: trunk/libexec/log-processing/README.txt
===================================================================
--- trunk/libexec/log-processing/README.txt	2011-09-19 18:31:00 UTC (rev 5130)
+++ trunk/libexec/log-processing/README.txt	2011-09-19 18:34:02 UTC (rev 5131)
@@ -84,8 +84,8 @@
 swift_plotter.zsh -s blocks.{cfg,eps,data}
 ------------------------------------------
 
-Make a job runtime distribution plot from Coasters Cpu log lines
-----------------------------------------------------------------
+Make a job run time distribution plot from Coasters Cpu log lines
+-----------------------------------------------------------------
 
 . Normalize the log.
 
@@ -106,3 +106,24 @@
 ------------------------------------------
 swift_plotter.zsh -s buckets.cfg buckets.eps buckets.data
 ------------------------------------------
+
+Utilities
+^^^^^^^^^
+
+* +iso-to-secs+
+Convert human-readable log dates to Unix time
+
+* +extract-start-time+
+Pull out the first Unix timestamp from the log file
+
+* +normalise-event-start-time+
+Convert Unix seconds to seconds from start time, given a start time file
+
+* +normalise-event-start-time-to-any+
+Convert Unix seconds to seconds from start time, given a start time number
+
+* +sec-to-hour.pl+
+Convert seconds to hours in the Unix time column.
+
+* +sec-to-min.pl+
+Convert seconds to minutes in the Unix time column.




More information about the Swift-commit mailing list