summaryrefslogtreecommitdiff
path: root/java/perftests/bin
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-01-22 16:41:23 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-01-22 16:41:23 +0000
commitecf56d8f28474ef8609a2b815fd1a8e46458b6b6 (patch)
tree5fb29e4e8ce38b0bd2642ce05e6010ed645a2d73 /java/perftests/bin
parent5e917022e13106523006bd222cec58bea3225608 (diff)
downloadqpid-python-ecf56d8f28474ef8609a2b815fd1a8e46458b6b6.tar.gz
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/qpid@498687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/bin')
-rwxr-xr-xjava/perftests/bin/serviceRequestingClient-createLogFile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/perftests/bin/serviceRequestingClient-createLogFile.sh b/java/perftests/bin/serviceRequestingClient-createLogFile.sh
index 56abe0b1da..c078caf7d1 100755
--- a/java/perftests/bin/serviceRequestingClient-createLogFile.sh
+++ b/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