summaryrefslogtreecommitdiffstats
path: root/sanity
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2012-03-29 23:14:33 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2012-03-29 23:30:52 +0530
commitb85ec1096909fd8cb477078bd3dec97480167dc5 (patch)
tree4daf83f54bbe858d9d34e23fb4a7ce9a0e0080ec /sanity
parent1a91234e6edba313f11a378e331c777cb946dd71 (diff)
system_light: fetch the known configuration file for dbench instead of default file
Fetch the configuration file for dbench from the known location instead of depending upon the default path. Change-Id: Id7fd39a4cf7765c22500e2771c2cd072e8f04d9c Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Diffstat (limited to 'sanity')
-rwxr-xr-xsanity/system_light/scripts/dbench/dbench_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity/system_light/scripts/dbench/dbench_run.sh b/sanity/system_light/scripts/dbench/dbench_run.sh
index 6887512..5bc0608 100755
--- a/sanity/system_light/scripts/dbench/dbench_run.sh
+++ b/sanity/system_light/scripts/dbench/dbench_run.sh
@@ -4,7 +4,7 @@ function main()
{
#runs $3 multiple clients on mount point and tests the performance and -t option ($2) tells the time for which it should be run
echo "start:`date +%T`"
- time dbench -t $TIME -s -S $DBENCH_CLNTS 2>>$LOG_FILE 1>>$LOG_FILE
+ time dbench -t $TIME -c $BIN_PATH/client.txt -s -S $DBENCH_CLNTS 2>>$LOG_FILE 1>>$LOG_FILE
if [ $? -ne 0 ]; then