From ec5bff29cb62c537eebca943d5647de3b994dd40 Mon Sep 17 00:00:00 2001 From: Bhupendra Bhusman Bhardwaj Date: Mon, 22 Jan 2007 16:41:23 +0000 Subject: performance Ping tests modified for scalability test. Now tests with multiple queues can be performed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@498687 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/perftests/bin') diff --git a/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh b/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh index 56abe0b1da..c078caf7d1 100755 --- a/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh +++ b/qpid/java/perftests/bin/serviceRequestingClient-createLogFile.sh @@ -20,7 +20,8 @@ ##LOGDIR=$QPID_HOME/logs LOGDIR=../logs -LOGFILE=$LOGDIR/perftest.log +date=`date +"%y%m%d%H%M%S"` +LOGFILE=$LOGDIR/perftest.log.$date ## create the log dir if [ ! -d $LOGDIR ]; then -- cgit v1.2.1