Whamcloud - gitweb
file mgmt_svc.c was initially added on branch b_devel.
[fs/lustre-release.git] / lustre / tests / rundbench
1 #!/bin/sh
2
3 #[ -e /proc/sys/portals/debug ] && echo 0 > /proc/sys/portals/debug 
4 TGT=/mnt/lustre/client.txt
5 SRC=/usr/lib/dbench/client.txt
6 [ ! -e $TGT -a -e $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
7 SRC=/usr/lib/dbench/client_plain.txt
8 [ ! -e $TGT -a -e $SRC ] && echo "copying $SRC to $TGT" && cp $SRC $TGT
9 cd /mnt/lustre
10 echo "running 'dbench $@' on $PWD at `date`"
11 dbench -c client.txt $@