* correct producer arguments
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 31 May 2006 15:48:29 +0000 (15:48 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 31 May 2006 15:48:29 +0000 (15:48 +0000)
org.glite.lb.proxy/src/perftest_proxy.sh

index f78b9e4..9421fb5 100755 (executable)
@@ -4,14 +4,14 @@ numjobs=$1
 
 # XXX - there must be better way to find stage
 STAGEDIR=/home/michal/shared/egee/jra1-head/stage
-. $STAGEDIR/bin/perftest_common.sh
+. $STAGEDIR/sbin/perftest_common.sh
 
 DEBUG=${DEBUG:-0}
 PERFTEST_CONSUMER=./glite_lb_proxy_perf 
 # CONSUMER_ARGS=
 # PERFTEST_COMPONENT=
 # COMPONENT_ARGS=
-LOGJOBS_ARGS="-x
+#LOGJOBS_ARGS="
 
 check_test_files || exit 1
 
@@ -29,6 +29,8 @@ do
                j=$((j+1))
        done
        echo ""
+       # purge jobs from database
+       $LOGJOBS -n $numjobs > /tmp/perftest.jobids
        i=$((i+1))
 done