From: Adam Dickmeiss Date: Wed, 2 Jan 2013 11:12:07 +0000 (+0100) Subject: pp2client calls stat and info X-Git-Tag: v1.6.23~5 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=901c767b4a9ad4ebdad4119976e31bad41ddda9d;p=pazpar2-moved-to-github.git pp2client calls stat and info --- diff --git a/perf/bash/pp2client.sh b/perf/bash/pp2client.sh index 55f1b4e..03b0421 100755 --- a/perf/bash/pp2client.sh +++ b/perf/bash/pp2client.sh @@ -94,6 +94,8 @@ else wget -q -O ${TMP_DIR}$OF.show.xml "$H?command=show&session=$S&sort=relevance&start=0&num=100&block=1" fi wget -q -O ${TMP_DIR}$OF.bytarget.xml "$H?command=bytarget&session=$S" +wget -q -O ${TMP_DIR}$OF.stat.xml "$H?command=stat&session=$S" +wget -q -O ${TMP_DIR}$OF.info.xml "$H?command=info" exit 0 # Local Variables: