[Swift-commit] r2277 - log-processing/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Oct 5 21:37:26 CDT 2008


Author: benc
Date: 2008-10-05 21:37:26 -0500 (Sun, 05 Oct 2008)
New Revision: 2277

Modified:
   log-processing/libexec/execstages-plot
   log-processing/libexec/execstages.plot.template
   log-processing/libexec/makefile
Log:
remove execute events from summary graph - they often do not fit on the same scale as execute2/stagein/stageout events

Modified: log-processing/libexec/execstages-plot
===================================================================
--- log-processing/libexec/execstages-plot	2008-10-05 23:17:12 UTC (rev 2276)
+++ log-processing/libexec/execstages-plot	2008-10-06 02:37:26 UTC (rev 2277)
@@ -6,9 +6,6 @@
 ./events-in-progress < dostagein.event > esp.dostagein.a.tmp
 ./normalise-event-start-time < esp.dostagein.a.tmp > esp.dostagein.tmp
 
-./events-in-progress < execute.event > esp.execute.a.tmp
-./normalise-event-start-time < esp.execute.a.tmp > esp.execute.tmp
-
 ./events-in-progress < dostageout.event > esp.dostageout.a.tmp
 ./normalise-event-start-time < esp.dostageout.a.tmp > esp.dostageout.tmp
 

Modified: log-processing/libexec/execstages.plot.template
===================================================================
--- log-processing/libexec/execstages.plot.template	2008-10-05 23:17:12 UTC (rev 2276)
+++ log-processing/libexec/execstages.plot.template	2008-10-06 02:37:26 UTC (rev 2277)
@@ -6,13 +6,12 @@
 set style arrow 1 nohead lt 1
 set style arrow 2 nohead lt 2 
 set style arrow 3 nohead lt 3 
-set style arrow 4 nohead lt 4 
 set border 0
 
 set xrange [0:MAXTIME]
 
 plot 'esp.execute2.tmp' with vector arrowstyle 1 title 'execute2', \
      'esp.dostagein.tmp' with vector arrowstyle 2 title 'dostagein', \
-     'esp.execute.tmp' with vector arrowstyle 3 title 'execute', \
-     'esp.dostageout.tmp' with vector arrowstyle 4 title 'dostageout'
+     'esp.dostageout.tmp' with vector arrowstyle 3 title 'dostageout'
 
+

Modified: log-processing/libexec/makefile
===================================================================
--- log-processing/libexec/makefile	2008-10-05 23:17:12 UTC (rev 2276)
+++ log-processing/libexec/makefile	2008-10-06 02:37:26 UTC (rev 2277)
@@ -101,7 +101,7 @@
 jobs.retrycount.summary: execute2.event
 	cat execute2.event  | cut -f 5 -d ' ' | sort | uniq -c | sort | sed 's/^ *\(.*\) .*$$/\1/' | uniq -c > jobs.retrycount.summary
 
-execstages.png: execute2.event dostagein.event execute.event dostageout.event start-time.tmp
+execstages.png: execute2.event dostagein.event dostageout.event start-time.tmp
 	./execstages-plot
 
 # weight processing




More information about the Swift-commit mailing list