From d7c19e6253173c57a66c4a45d907e5f30dfc5d06 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Tue, 13 Sep 2011 11:26:30 +0000 Subject: [PATCH] minor: addapt show-stats to the new log format (from previous sprint) SVN: 22910 --- installation/resource/installer/bin/show-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/resource/installer/bin/show-stats.sh b/installation/resource/installer/bin/show-stats.sh index ada6e81af2c..9852955d90f 100755 --- a/installation/resource/installer/bin/show-stats.sh +++ b/installation/resource/installer/bin/show-stats.sh @@ -9,4 +9,4 @@ fi # change it if you e.g. do not want to see when admin users access openBIS IGNORED_USERS="tpylak|brinn|kohleman|izabelaa|buczekp|felmer|hclaus|cramakri|baucha|ryanj|etlserver" -cat $BASE/../servers/openBIS-server/jetty/logs/*usage_log.txt* | egrep -v "$IGNORED_USERS" | cut -d" " -f1,8,12 | sort | uniq -c \ No newline at end of file +cat $BASE/../servers/openBIS-server/jetty/logs/*usage_log.txt* | egrep -v "$IGNORED_USERS" | cut -d" " -f1,10,14 | sort | uniq -c \ No newline at end of file -- GitLab