[Swift-commit] r4722 - trunk/libexec/log-processing
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Fri Jul 1 23:16:21 CDT 2011
Author: ketan
Date: 2011-07-01 23:16:21 -0500 (Fri, 01 Jul 2011)
New Revision: 4722
Modified:
trunk/libexec/log-processing/README.txt
Log:
added some comments in README.txt
Modified: trunk/libexec/log-processing/README.txt
===================================================================
--- trunk/libexec/log-processing/README.txt 2011-07-01 00:10:55 UTC (rev 4721)
+++ trunk/libexec/log-processing/README.txt 2011-07-02 04:16:21 UTC (rev 4722)
@@ -3,7 +3,9 @@
==============
To properly generate log plots, you must enable VDL/Karajan logging.
+TODO:How?
+
You should check the scripts that you intend to use to determine
what log lines they require and ensure that you are generating
those lines via log4j.properties
@@ -14,6 +16,7 @@
log4j.logger.org.globus.cog.abstraction.coaster.service.job.manager.Cpu=DEBUG
log4j.logger.org.globus.cog.abstraction.coaster.service.job.manager.Block=DEBUG
--------------------------------------
+TODO: Does it work for coasters-based runs only?
Normalize event times in the log to the run start time
------------------------------------------------------
@@ -23,7 +26,9 @@
------------------------------------------
./normalize-log.pl file.contains.start.time swift-run.log > swift-run.norm
------------------------------------------
+TODO:In what format does the start time be in 'file.contains.start.time'
+
Make a basic load plot from Coasters Cpu log lines
--------------------------------------------------
@@ -38,7 +43,9 @@
------------------------------------------
swift_plotter.zsh -s load.cfg load.eps load.data
------------------------------------------
+Note: Th load.cfg is available from swift/libexec/log-processing/
+
Make a basic job completion plot from Coasters Cpu log lines
------------------------------------------------------------
More information about the Swift-commit
mailing list