src/utils/qa/checkBOT.csh 1.11

1.11 2009/03/13 18:05:26 kuhn
changed description of output slightly
Index: src/utils/qa/checkBOT.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/checkBOT.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/checkBOT.csh	1 May 2008 17:50:32 -0000	1.10
+++ src/utils/qa/checkBOT.csh	13 Mar 2009 18:05:26 -0000	1.11
@@ -66,10 +66,10 @@
   exit 0
 endif
 
 echo "  hits    = total number of accesses since started tracking"
-echo "  time    = last seen hit was N seconds ago"
-echo "  max     = the most delay time slapped on this source IP"
+echo "  time    = seconds since last hit"
+echo "  max     = the most delay time slapped on this source IP, in ms"
 echo "  current = the current delay in milliseconds."
 echo
 echo "  delay decays at the rate of 10 milliseconds per second"
 echo '  each new hit adds 150 milliseconds to "current"'