You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2008/01/16 08:43:56 UTC

svn commit: r612378 - /forrest/zone/config/update-forrest-trunk.sh

Author: crossley
Date: Tue Jan 15 23:43:53 2008
New Revision: 612378

URL: http://svn.apache.org/viewvc?rev=612378&view=rev
Log:
Record the server load at beginning and end. Trying to work out why update is so slow and therefore conflicting with other jobs.

Modified:
    forrest/zone/config/update-forrest-trunk.sh

Modified: forrest/zone/config/update-forrest-trunk.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/update-forrest-trunk.sh?rev=612378&r1=612377&r2=612378&view=diff
==============================================================================
--- forrest/zone/config/update-forrest-trunk.sh (original)
+++ forrest/zone/config/update-forrest-trunk.sh Tue Jan 15 23:43:53 2008
@@ -43,6 +43,7 @@
 }
 
 date > $logfile
+uptime >> $logfile
 
 echo >> $logfile
 echo "Do svn update ..." >> $logfile
@@ -79,4 +80,5 @@
 
 echo >> $logfile
 date >> $logfile
+uptime >> $logfile
 echo "Finished" >> $logfile