Skip to content
Snippets Groups Projects
Commit 049f0242 authored by tpylak's avatar tpylak
Browse files

minor: addapt show-stats to the new log format (from previous sprint)

SVN: 22913
parent 3d6b2602
No related merge requests found
...@@ -9,4 +9,4 @@ fi ...@@ -9,4 +9,4 @@ fi
# change it if you e.g. do not want to see when admin users access openBIS # 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" 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 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 \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment