src/utils/qa/sessionStats.csh 1.7
1.7 2010/01/12 20:50:33 kuhn
changed output text a bit
Index: src/utils/qa/sessionStats.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/sessionStats.csh,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/utils/qa/sessionStats.csh 5 May 2009 23:13:56 -0000 1.6
+++ src/utils/qa/sessionStats.csh 12 Jan 2010 20:50:33 -0000 1.7
@@ -64,10 +64,13 @@
set uniq=`hgsql -N -h $sqlrr -e 'SELECT COUNT(DISTINCT(userName)) \
FROM namedSessionDb' hgcentral`
echo "uniq " "-" "$uniq" \
| awk '{printf ("%7s %4s %5s \n", $1, $2, $3)}'
-echo
+echo "------ ----- ----- ------- -------"
+echo " first count users shared reused "
+
+echo
# see how often people make more than one session:
echo "how many people had more than one session?"
echo " people sessions"
echo " ------ --------"