X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perf%2Fbash%2Fclient_timed.sh;h=dd4349c90b03449cf51368f7d2b658b635e4877f;hb=8154d7a3ff16131473c46e2eeb883241dc34a0c6;hp=90d636ffd5f1ced9d69fecc7c6f4dcfb78408586;hpb=ed1a902fa7e4098e7266a4217db6b755dd3686e9;p=pazpar2-moved-to-github.git diff --git a/perf/bash/client_timed.sh b/perf/bash/client_timed.sh index 90d636f..dd4349c 100755 --- a/perf/bash/client_timed.sh +++ b/perf/bash/client_timed.sh @@ -21,7 +21,7 @@ H="http://localhost:${PORT}/search.pz2" declare -i MAX_WAIT=2 /usr/bin/time --format "$OF, init, %e" wget -q -O ${TMP_DIR}$OF.init.xml "$H/?command=init&service=${SERVICE}&extra=$OF" 2> ${TMP_DIR}$OF.init.time -S=`xsltproc get_session.xsl $OF.init.xml` +S=`xsltproc get_session.xsl ${TMP_DIR}$OF.init.xml` /usr/bin/time --format "$OF, search, %e" wget -q -O ${TMP_DIR}$OF.search.xml "$H?command=search&query=${QUERY}&session=$S" 2> ${TMP_DIR}$OF.search.time let r=0 @@ -31,7 +31,7 @@ while [ ${DO_DISPLAY} ] ; do echo "show in $SLEEP" sleep $SLEEP /usr/bin/time --format "$OF, show2, %e" wget -q -O ${TMP_DIR}$OF.show.$r.xml "$H?command=show&session=$S&start=$r&num=${NUM}&block=1" 2>> ${TMP_DIR}$OF.show.time - AC=`xsltproc get_activeclients.xsl ${OF}.show.$r.xml` + AC=`xsltproc get_activeclients.xsl ${TMP_DIR}${OF}.show.$r.xml` if [ "$AC" != "0" ] ; then echo "Active clients: ${AC}" # else