Index: /trunk/tools/who_uses_the_cluster/who_uses_the_cluster_analyze.sh.record
===================================================================
--- /trunk/tools/who_uses_the_cluster/who_uses_the_cluster_analyze.sh.record	(revision 29153)
+++ /trunk/tools/who_uses_the_cluster/who_uses_the_cluster_analyze.sh.record	(revision 29153)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+INSTALLDIR=/home/panstarrs/ipp/who_uses_the_cluster
+$INSTALLDIR/_who_uses_the_cluster.sh
+echo "Sleeping 17s"
+sleep 17
+CLUSTERMONITORDIR=~/htdocs/clusterMonitor
+mkdir -p $CLUSTERMONITORDIR
+WHEN=`date +"%s"`
+/bin/cp -f $CLUSTERMONITORDIR/top.html /home/panstarrs/ipp/cluster_use/top.$WHEN.html
+/bin/gzip /home/panstarrs/ipp/cluster_use/top.$WHEN.html
+/bin/rm -f $CLUSTERMONITORDIR/top.html
+$INSTALLDIR/_who_uses_the_cluster_analyze.pl > $CLUSTERMONITORDIR/top.html
