src/utils/qa/sessionStats.csh 1.9
1.9 2010/04/03 19:30:46 kuhn
added graph for users
Index: src/utils/qa/sessionStats.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/sessionStats.csh,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/utils/qa/sessionStats.csh 1 Apr 2010 21:03:38 -0000 1.8
+++ src/utils/qa/sessionStats.csh 3 Apr 2010 19:30:46 -0000 1.9
@@ -71,11 +71,21 @@
echo "------ ----- ----- ------- -------"
echo " first count users shared reused "
echo
-# graph it
+# graph sessions
+echo sessions
+echo --------
graph.csh tempOutFile
+
+# graph users
+echo " users"
+echo --------
+rm -f tempOutFile2
+cat tempOutFile | awk '{print $1, $3}' > tempOutFile2
+graph.csh tempOutFile2
rm -f tempOutFile
+rm -f tempOutFile2
echo
# see how often people make more than one session:
echo "how many people had more than one session?"