X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perf%2Fbash%2Fpp2client.sh;h=03b0421ab3740477f785a197f8723e7be2a67e0d;hb=3d613e1dc817066f13a7dd42bbe5f1c814fc5c17;hp=0a9f2f80abdefc8bbad183a0ee16e87e2259695b;hpb=ae2da697f2361d12e57ff94bb572b28ac58a1cb8;p=pazpar2-moved-to-github.git diff --git a/perf/bash/pp2client.sh b/perf/bash/pp2client.sh index 0a9f2f8..03b0421 100755 --- a/perf/bash/pp2client.sh +++ b/perf/bash/pp2client.sh @@ -93,6 +93,9 @@ if [ "$TIME" != "" ] ; then 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: