[Swift-commit] r2834 - usertools/cio/bin

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Apr 5 18:06:28 CDT 2009


Author: aespinosa
Date: 2009-04-05 18:06:26 -0500 (Sun, 05 Apr 2009)
New Revision: 2834

Added:
   usertools/cio/bin/falkonps
Log:
Added script to query list of falkon jobs

Added: usertools/cio/bin/falkonps
===================================================================
--- usertools/cio/bin/falkonps	                        (rev 0)
+++ usertools/cio/bin/falkonps	2009-04-05 23:06:26 UTC (rev 2834)
@@ -0,0 +1,10 @@
+export falkonjob
+echo 3 latest Falkon jobs are:
+tail -3 ~/.falkonjobs
+echo
+tail -3 ~/.falkonjobs | while read cobjob falkonjob rest; do
+  echo
+  echo For job $falkonjob:
+  tail +2 /home/falkon/users/$USER/$falkonjob/config/Client-service-URIs.config
+  qstat -f $cobjob
+done
\ No newline at end of file


Property changes on: usertools/cio/bin/falkonps
___________________________________________________________________
Name: svn:executable
   + *




More information about the Swift-commit mailing list